fn part2(input: &[Vec<bool>]) -> usize
Expand description

Part 2: In your grid of 100x100 lights, given your initial configuration, but with the four corners always in the on state, how many lights are on after 100 steps?