docs: add some more details to README for ref

This commit is contained in:
Daylin Morgan 2023-12-01 07:39:53 -06:00
parent 520d30d90e
commit 193a6315b6
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -1,3 +1,16 @@
# Advent of Code 2023
![tree](./assets/tree.svg)
<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
```