This repository contains my solutions for the Advent of Code 2024 challenges.
In accordance to the Advent of Code Author's request,
I am not including any input files, please provide them yourself
inside the src/inputs directory.
- CMake
- C++20 compatible compiler
- Ninja (Get here)
cmake --preset x64-release
cd ./build/x64-release
ninjaAdventOfCode24.exe path/to/iputs/dir day so e.g.:
AdventOfCode24.exe ./src/inputs 1Inputs are expected to be in theformat inputDAY-TASK.txt so e.g. input1-1.txt.