aoc::year2023::day02

Function part2

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

Sum the product of maximum red, green and blue values.