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