Function aoc::year2022::day01::part2

source ยท
pub fn part2(input: &[u32]) -> u32
Expand description

Use a reverse iterator to sum the calories of the 3 highest elves.