advent_of_code_2024::day_19

Function parse_input

source
fn parse_input(input: &String) -> (PatternTreeNode, Vec<Vec<Colour>>)
Expand description

Split the input file into patterns and design on a blank line, and hand each to their parsing function