aoc::year2015::day18

Function game_of_life

Source
fn game_of_life(input: &[[u64; 7]; 100], part_two: bool) -> u32