Compare commits
1 Commits
| 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
|
||||
|
||||
Reference in New Issue
Block a user