aoc
2024.12.25
In aoc::
year2024::
day15
aoc
::
year2024
::
day15
Function
wide
Copy item path
Source
fn wide( grid: &mut
Grid
<
u8
>, start: &mut
Point
, direction:
Point
, todo: &mut
Vec
<
Point
>, )