aoc::year2022::day01

Function part1

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

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