Function advent_of_code_2022::day_1::find_top_three_calorie_totals
source · fn find_top_three_calorie_totals(expedition: &Vec<u32>) -> (u32, u32, u32)
Expand description
Extract the calorie totals of the three elves with the most food.