aoc::year2024::day21

Type Alias Input

Source
type Input = (Vec<(String, usize)>, FastMap<(char, char), Vec<String>>);