Function advent_of_code_2023::day_2::parse_input
source · fn parse_input(input: &String) -> Vec<Game>
Expand description
Parse the puzzle input treating each line as a game specification
fn parse_input(input: &String) -> Vec<Game>
Parse the puzzle input treating each line as a game specification