Compare commits
1 Commits
4a32ffb0c8
...
b7ba2d10a7
| Author | SHA1 | Date | |
|---|---|---|---|
| b7ba2d10a7 |
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user