aoc::year2024::day23

Type Alias Input

Source
type Input = (FastMap<usize, Vec<usize>>, Vec<[bool; 676]>);