Esempio n. 1
0
 private static int Part2(Floor floor)
 {
     floor.GameOfLife();
     return(floor.BlackTilesCount());
 }
Esempio n. 2
0
 private static int Part1(Floor floor) => floor.BlackTilesCount();