AdventOfCode2024
My Solutions to https://adventofcode.com/2024
Install / Use
/learn @willkill07/AdventOfCode2024README
Advent Of Code 2024
Tested on Linux with libstdc++ >= 14.1 and clang >= 18.1
Prerequisites
- CMake (version >= 3.28)
- libstdc++ >= 14.1
- clang >= 18.1
- Ninja
Building
CXX=clang++ cmake -B build -GNinja && cmake --build build
Running
./build/AdventOfCode2024
Input File Expectations
-
Create a
inputsdirectory:mkdir inputs -
Naming should adhere to
DayXX.txtwhereXXis a zero-padded number representing the day. For example,inputs/Day01.txtwill be opened when running Day 01.inputs/Day20.txtwill be opened when running Day 20.
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
