aoc::year2022::day03

Function part2

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

Group lines into chunks of 3, then compute the mutual set intersection.