aoc
2024.12.25
In aoc::
year2022::
day12
aoc
::
year2022
::
day12
Type Alias
Input
Copy item path
Source
type Input = (
Grid
<
u8
>,
Point
);