Function advent_of_code_2022::day_1::parse_input
source · fn parse_input(input: &String) -> Vec<u32>
Expand description
Turn the input text file into a list of elves by their total carried calories
fn parse_input(input: &String) -> Vec<u32>
Turn the input text file into a list of elves by their total carried calories