We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22d6cd commit 9a881cdCopy full SHA for 9a881cd
README.md
@@ -32,3 +32,8 @@ The project is structured as follows:
32
* [Day 13: Claw Contraption](src/test/kotlin/adventofcode/Day13Test.kt)
33
* [Day 14: Restroom Redoubt](src/test/kotlin/adventofcode/Day14Test.kt)
34
* [Day 15: Warehouse Woes](src/test/kotlin/adventofcode/Day15Test.kt)
35
+* [Day 16: Reindeer Maze](src/test/kotlin/adventofcode/Day16Test.kt)
36
+* [Day 17: Chronospatial Computer](src/test/kotlin/adventofcode/Day17Test.kt)
37
+* [Day 18: RAM Run](src/test/kotlin/adventofcode/Day18Test.kt)
38
+* [Day 19: Linen Layout](src/test/kotlin/adventofcode/Day19Test.kt)
39
+* [Day 20: Race Condition](src/test/kotlin/adventofcode/Day20Test.kt)
0 commit comments