Function aoc::year2022::day02::parse

source ·
pub fn parse(input: &str) -> Vec<usize>
Expand description

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.