Skip to content

Commit

Permalink
Day 23: LAN Party - Part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
andilau committed Dec 25, 2024
1 parent ee20a38 commit a76bfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/SolutionsTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SolutionsTest {
Day14(InputReader.getInputAsList(14)) to Pair(214109808L, 7687),
Day18(InputReader.getInputAsList(18)) to Pair(370, "65,6"),
Day22(InputReader.getInputAsList(22)) to Pair(14869099597L, 1717),
Day23(InputReader.getInputAsList(23)) to Pair(0, 0),
Day23(InputReader.getInputAsList(23)) to Pair(1156, 0),
)
.map { (day, answers) ->
DynamicTest.dynamicTest("${day.javaClass.simpleName} -> ${answers.first} / ${answers.second}") {
Expand Down

0 comments on commit a76bfd2

Please sign in to comment.