Function aoc_2022::day2::solution_pt2

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

The Solution for part 2 of day 2.