Skip to content

Commit 65d5caa

Browse files
committed
upd README with 2023 instructions
1 parent 5a2350e commit 65d5caa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Below are instructions on how to run the solutions.
55

66
[aoc]: https://adventofcode.com/
77

8+
## 2023 (and somewhat 2019)
9+
10+
Make sure to clone `--recursive`ly because we now depend on a library
11+
(`aoc-lib`) that lives here as a submodule.
12+
13+
```shell
14+
cat Y2023/input/day-1.txt | cabal run y2023:day-1
15+
```
16+
817

918
## 2022
1019

0 commit comments

Comments
 (0)