aoc
2024.12.25
In aoc::
year2021::
day20
aoc
::
year2021
::
day20
Type Alias
Input
Copy item path
Source
type Input = (
Vec
<
u8
>,
Grid
<
u8
>);