Compare commits
1 Commits
5c11f7b751
...
97334d34eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 97334d34eb |
@ -20,7 +20,6 @@ class Day04 : BaseDay() {
|
||||
override fun part2() = boards
|
||||
.map { playBoard(it, numbers) }
|
||||
.maxByOrNull { it.first }!!
|
||||
.also { println(it) }
|
||||
.second
|
||||
|
||||
private fun playBoard(board: List<List<Int>>, numbers: List<Int>): Pair<Int, Int> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user