aoc::year2024::day23

Function part2

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