aoc::year2024::day21

Function part2

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