aoc
2024.12.25
In aoc::
year2022::
day11
aoc
::
year2022
::
day11
Type Alias
Input
Copy item path
Source
type Input = (
Vec
<
Monkey
>,
Vec
<(
usize
,
usize
)>);