advent of code solutions w/nim
Find a file
2023-12-01 07:40:45 -06:00
assets add starter files for 2023 2023-11-30 21:10:34 -06:00
solutions/day01 solve day 1 2023-12-01 06:36:49 -06:00
tools no need for separate test file 2023-12-01 06:26:20 -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 docs: add some more details to README for ref 2023-12-01 07:40:45 -06:00

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.

nim r ./tools/aoc.nim # -d:1 -y:2023