aoc::year2023::day17

Function 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.