Language: (C++17)
Package Manager: CMake
This repo uses my standard AoC setup. Inputs are stored as inputs/day{n}/{name}.txt. By default name is real (the real question). To run a specific day's solution, use the following command:
make run {day} {part} {name}For example, to run the solution for day 1, part 2 with the example input:
make run 1 2 ex(And make sure that inputs/day1/ex.txt exists.)