Machine
aoc
2024.12.25
In aoc::
year2025::
day10
aoc
::
year2025
::
day10
Type Alias
Machine
Copy item path
Source
type Machine = (
usize
,
Vec
<
usize
>,
Vec
<
i32
>);