aoc
2024.12.25
In aoc::
year2022::
day11
aoc
::
year2022
::
day11
Type Alias
Pair
Copy item path
Source
type Pair = (
usize
,
u64
);