Function advent_of_code_2022::day_5::parse_move
source · fn parse_move(line: &str) -> (usize, usize, usize)
Expand description
Parse a single move line in the format move 2 from 2 to 1
fn parse_move(line: &str) -> (usize, usize, usize)
Parse a single move line in the format move 2 from 2 to 1