Function aoc_2022::day2::solution

source ·
pub fn solution<S: AsRef<str>, I: Iterator<Item = S>>(lines: I) -> Result<usize>
Expand description

The Solution for part 1 of day 2.