advent of code solutions w/nim
Go to file
Daylin Morgan 42e3c1d68a
make it file based rather than implicit input loader
2023-12-05 11:32:47 -06:00
assets add starter files for 2023 2023-11-30 21:10:34 -06:00
solutions make it file based rather than implicit input loader 2023-12-05 11:32:47 -06:00
tools fix: actually use day in skeleton 2023-12-02 11:26:11 -06:00
.gitignore add starter files for 2023 2023-11-30 21:10:34 -06:00
LICENSE add a license 2023-12-01 06:58:07 -06:00
README.md add note about cookie 2023-12-02 11:27:33 -06:00
config.nims apply new setup to other solutions 2023-12-04 17:41:45 -06:00

README.md

Advent of Code 2023

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 ./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