Function advent_of_code_2023::day_2::parse_game
source · fn parse_game(line: &str) -> Game
Expand description
Parse a line of the puzzle input as a Game
fn parse_game(line: &str) -> Game
Parse a line of the puzzle input as a Game