/advent

Advent of Code 2022

Primary LanguageC

Advent of Code

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