Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
|21| [Keypad Conundrum](http://adventofcode.com/2024/day/21) |[Day 21 solution](/src/main/kotlin/solutions/day21/Solution.kt)|[Day 21 test](/src/test/kotlin/solutions/day21/SolutionTest.kt)|[Day 21 input](/src/main/resources/solutions/day21/input.txt)|[Day 21 puzzle](/src/main/resources/solutions/day21/puzzle.txt)|
|22| [Monkey Market](http://adventofcode.com/2024/day/22) |[Day 22 solution](/src/main/kotlin/solutions/day22/Solution.kt)|[Day 22 test](/src/test/kotlin/solutions/day22/SolutionTest.kt)|[Day 22 input](/src/main/resources/solutions/day22/input.txt)|[Day 22 puzzle](/src/main/resources/solutions/day22/puzzle.txt)|
|23| [LAN Party](http://adventofcode.com/2024/day/23) |[Day 23 solution](/src/main/kotlin/solutions/day23/Solution.kt)|[Day 23 test](/src/test/kotlin/solutions/day23/SolutionTest.kt)|[Day 23 input](/src/main/resources/solutions/day23/input.txt)|[Day 23 puzzle](/src/main/resources/solutions/day23/puzzle.txt)|
|24| [Crossed Wires](http://adventofcode.com/2024/day/24) |[Day 24 solution](/src/main/kotlin/solutions/day24/Solution.kt)|[Day 24 test](/src/test/kotlin/solutions/day24/SolutionTest.kt)|[Day 24 input](/src/main/resources/solutions/day24/input.txt)|[Day 24 puzzle](/src/main/resources/solutions/day24/puzzle.txt)|
Loading
Loading