aoc::year2018::day04

Function part1

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

Find the guard with the greatest total minutes asleep.