Function aoc::year2023::day17::parse

source ยท
pub fn parse(input: &str) -> Grid<i32>
Expand description

Parse the input into a 2D grid of u8 then convert to u32 for convenience.