aoc::year2024::day15

Function wide

Source
fn wide(
    grid: &mut Grid<u8>,
    start: &mut Point,
    direction: Point,
    todo: &mut Vec<Point>,
)