aoc::year2022::day02

Function part2

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

Map each index to a (different) score using a second small precomputed lookup table.