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