parse

Function parse 

Source
pub fn parse(input: &str) -> Vec<(u32, u32, u32)>
Expand description

Parse each game into the maximum red, green and blue values.