1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
b7ba2d10a7 Day11 2020-12-11 08:08:51 +01:00

View File

@ -53,8 +53,6 @@ class Day11(@Lines val input: Input<List<String>>) {
private fun countVisibleOccupiedSeats(x: Int, y: Int, seats: Seats): Int {
var occupied = 0
directions.forEach { }
for ((dx, dy) in directions) {
var xx = x
var yy = y