Where is the Chief Historian?
Find a file
2024-12-03 22:12:58 -06:00
assets setup skeleton for 2024 2024-12-01 12:39:12 -06:00
solutions day 3 part 2 2024-12-03 22:12:58 -06:00
src remove boilerplate slurps 2024-12-02 21:20:14 -06:00
.gitignore setup skeleton for 2024 2024-12-01 12:39:12 -06:00
config.nims add another helper task 2024-12-03 21:54:02 -06:00
flake.lock setup skeleton for 2024 2024-12-01 12:39:12 -06:00
flake.nix setup skeleton for 2024 2024-12-01 12:39:12 -06:00
LICENSE setup skeleton for 2024 2024-12-01 12:39:12 -06:00
README.md setup skeleton for 2024 2024-12-01 12:39:12 -06:00

Advent of Code 2024

christmas tree

To generate a new day and fetch the input's for a puzzle use the below command. Note: the day and year are inferred from today's date if not specified. Set advent of code session cookie to AOC_COOKIE environment variable.

nim r ./src/aoc.nim # -d:1 -y:2024

To quickly view solutions from your terminal use my soft-serve instance!

For an individual solution:

ssh -p 23231 git.dayl.in repo blob advent-of-code-2024 solutions/day01/solution.nim

To interactively explore repo:

ssh -p 23231 git.dayl.in -t advent-of-code-2024