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