aoc::year2021::day09

Function flood_fill

Source
fn flood_fill(grid: &mut Grid<u8>, point: Point) -> u32