Function aoc::year2022::day03::part1

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

Split each line into 2 equal halves, then compute the set intersection.