Function aoc::year2022::day03::part2

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

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