pub fn parse(input: &str) -> Grid<i32>
Parse the input into a 2D grid of u8 then convert to u32 for convenience.
u8
u32