1
0

Disable tests without answers

This commit is contained in:
2021-12-05 14:50:27 +01:00
parent 5c94aed258
commit 81a488aaee
2 changed files with 29 additions and 10 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ class Day04Test : BaseDayTest(4) {
""".trimIndent()
override val part1Example = 4512
override val part2Example = 1924
override val part1Answer = 87456
override val part2Example = 1924
override val part2Answer = 15561
}