Function advent_of_code_2023::day_8::parse_input
source · fn parse_input(
input: &String
) -> (Vec<Instruction>, HashMap<&'_ str, (&'_ str, &'_ str)>)Expand description
Parse the input as an Instruction line followed by a Network of Nodes