aoc::year2022::day02

Function part1

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

Map each index to a score using a small precomputed lookup table.