fn sum_group_badge_priorities(rucksacks: &Vec<String>) -> u32
Expand description

Chunk the input lines into groups of three, find the singleton intersection of each group and sum their priorities.