aoc
2024.12.25
In aoc::
year2024::
day15
aoc
::
year2024
::
day15
Type Alias
Input
Copy item path
Source
type Input<'a> = (
Grid
<
u8
>, &'a
str
);