Function advent_of_code_2022::day_5::parse_input
source · fn parse_input(input: &String) -> (SupplyStacks, Vec<(usize, usize, usize)>)
Expand description
SPlit the input into the two sections and independently parse each one
fn parse_input(input: &String) -> (SupplyStacks, Vec<(usize, usize, usize)>)
SPlit the input into the two sections and independently parse each one