aoc::year2015::day19

Type Alias Input

Source
type Input<'a> = (&'a str, Vec<(&'a str, &'a str)>);