pub fn solution_pt2<S: AsRef<str>, I: Iterator<Item = S>>( lines: I ) -> Result<usize>
The Solution for part 2 of day 2.