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 67266e3 commit a22d6cdCopy full SHA for a22d6cd
src/test/kotlin/adventofcode/Day20Test.kt
@@ -29,7 +29,7 @@ class Day20Test {
29
30
@Test
31
fun part1() {
32
- calculatePart1(readInput(), 100) shouldBe 0
+ calculatePart1(readInput(), 100) shouldBe 1311
33
}
34
35
0 commit comments