mirror of
https://github.com/daylinmorgan/advent-of-code-2023.git
synced 2025-12-25 19:00:36 -06:00
advent of code solutions w/nim
| assets | ||
| solutions | ||
| tools | ||
| .gitignore | ||
| config.nims | ||
| LICENSE | ||
| README.md | ||
Advent of Code 2023
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 ./tools/aoc.nim # -d:1 -y:2023
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-2023 solutions/day01/solution.nim
To interactively explore repo:
ssh -p 23231 git.dayl.in -t advent-of-code-2023