/aocc

Advent of Code solutions in C

Primary LanguageCMIT LicenseMIT

aocc

Advent of Code solutions in C

Building

Should compile on Unix-like systems, though I have only tested Linux.

mkdir build && cd build
cmake ..
make

Running tests

cd build
ctest

Running solutions

cd build/src/aoc_cli
./aoc_cli <year> <day> <part> <path to input file>