aoc::year2024::day15

Type Alias Input

Source
type Input<'a> = (Grid<u8>, &'a str);