aoc::year2024::day21

Function part1

Source
pub fn part1(
    input: &(Vec<(String, usize)>, FastMap<(char, char), Vec<String>>),
) -> usize