Function advent_of_code_2022::day_3::parse_input
source · fn parse_input(input: &String) -> Vec<String>
Expand description
Convert the input to a list of the lines as individual strings
fn parse_input(input: &String) -> Vec<String>
Convert the input to a list of the lines as individual strings