Function advent_of_code_2022::day_9::parse_input
source · fn parse_input(input: &String) -> Vec<(Direction, usize)>
Expand description
Map the input file to the internal representation
fn parse_input(input: &String) -> Vec<(Direction, usize)>
Map the input file to the internal representation