fn parse_input(input: &String) -> (Vec<i64>, HashMap<Category, AlmanacSection>)
Expand description

Split and parse the puzzle input into the list of seeds and the almanac specification. The seeds and each section are delimited by blank lines.