Function aoc::year2022::day01::part1

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

Use a reverse iterator to find the elf with the most calories.