Solutions to Advent of Code puzzles.
Set your AoC session cookie in the AOC_SESSION_TOKEN env var.
# Create skeleton for a new day. Defaults to current day/year
make skeleton
# Run tests for the current day
make test
# Run current day
make runAll commands support DAY and YEAR variables to run solutions for a specific day and year. For example:
DAY=01 YEAR=2024 make run