Solutions to Advent of Code, written in C. Beyond solving the both of the puzzles, the secondary objective is to have the solver be as fast as possible, including parsing (aiming for <1ms).
Compile with meson
:
meson build
meson compile -C build
After adding a new day:
meson setup --reconfigure build