mirror of
https://github.com/daylinmorgan/advent-of-code-2023.git
synced 2024-12-22 03:10:44 -06:00
docs: add some more details to README for ref
This commit is contained in:
parent
520d30d90e
commit
193a6315b6
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -1,3 +1,16 @@
|
||||||
# Advent of Code 2023
|
# 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue