Function aoc::year2015::day18::game_of_life

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