aoc::year2024::day08

Function part2

Source
pub fn part2(input: &(Grid<u8>, FastMap<u8, Vec<Point>>)) -> u32