aoc::year2024::day23

Function part1

Source
pub fn part1(input: &(FastMap<usize, Vec<usize>>, Vec<[bool; 676]>)) -> usize