Function aoc::year2018::day04::part1

source ยท
pub fn part1(input: &FastMap<usize, [u32; 60]>) -> usize
Expand description

Find the guard with the greatest total minutes asleep.