Function advent_of_code_2022::day_5::parse_moves
source · fn parse_moves(input: &str) -> Vec<(usize, usize, usize)>
Expand description
Map the list of moves to the internal representation
fn parse_moves(input: &str) -> Vec<(usize, usize, usize)>
Map the list of moves to the internal representation