advent-of-code-2023/README.md

17 lines
338 B
Markdown

# Advent of Code 2023
<div align="center">
<img
src="./assets/tree.svg"
alt="christmas tree"
width="600"
>
</div>
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.
```sh
nim r ./tools/aoc.nim # -d:1 -y:2023
```