Type Definition mbryant_aoc2021::day9::Map

source · []
pub type Map = [[u8; 100]; 100];
Expand description

The map is a grid of WIDTH x HEIGHT containing numbers in [0,9].