advent_of_code_2024::day_13

Function parse_input

source
fn parse_input(input: &String) -> Vec<Machine>
Expand description

Turn the puzzle input into a list of machines by parsing each block separated by a blank line