aoc::year2021::day11

Type Alias Input

Source
type Input = [u8; 144];
Expand description

Pad the 10x10 grid by 1 on either side so that we can avoid boundary checks.