aoc::year2022::day01

Function part2

Source
pub fn part2(input: &[u32]) -> u32
Expand description

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