Function aoc::year2021::day09::flood_fill

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