aoc::year2022::day03

Function part1

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

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