My solutions to advent of code puzzles.
To run the code, add the required variables to an .env
file (see .env.example
) and run:
YEAR=2023 DAY=1 make
My solutions to advent of code puzzles.
To run the code, add the required variables to an .env
file (see .env.example
) and run:
YEAR=2023 DAY=1 make