aoc::year2024::day08

Function part1

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