My solutions to the Advent of Code 2023 problems.
- Clone the repo.
- To compile the solutions for a day, run
cd src/dayn && make
, replacingn
with the day number (e.g.,day1
). - Run the compiled executable (either
01
or02
for parts 1 and 2, respectively).