aoc
2024.12.25
In aoc::
year2022::
day09
aoc
::
year2022
::
day09
Type Alias
Pair
Copy item path
Source
type Pair = (
Point
,
i32
);