Function advent_of_code_2023::day_5::parse_input
source · 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.