Skip to content

Commit 209af13

Browse files
committed
Add first lesson learned
1 parent 8ca34c9 commit 209af13

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Every day is packaged up to take exactly one command-line argument, the input fi
4444
> [!TIP]
4545
> The build environment can be added to the current `PATH` using `nix develop`. This is useful to manually run the compiler.
4646
47+
## Lessons Learned
48+
49+
- Dijkstra, Dijkstra, Dijkstra (day [16](day16), [18](day18), [20](day20))
50+
4751
## Previous Years
4852

4953
My solutions to the previous challenges can be found here:

README.md.gyb

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Every day is packaged up to take exactly one command-line argument, the input fi
5151
> [!TIP]
5252
> The build environment can be added to the current `PATH` using `nix develop`. This is useful to manually run the compiler.
5353

54+
## Lessons Learned
55+
56+
- Dijkstra, Dijkstra, Dijkstra (${day_links([16, 18, 20])})
57+
5458
## Previous Years
5559

5660
My solutions to the previous challenges can be found here:

0 commit comments

Comments
 (0)