Function aoc::year2022::day02::part2

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

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