pub fn parse(input: &str) -> Vec<usize>
Map each line from one of the 9 possible combinations (“A”, “B” or “C” followed by “X”, “Y” or “Z”) to between 0 and 8 inclusive.