aoc
2024.12.25
In aoc::
year2021::
day21
aoc
::
year2021
::
day21
Type Alias
Pair
Copy item path
Source
type Pair = (
usize
,
usize
);