Function advent_of_code_2022::day_4::parse_input
source · fn parse_input(input: &String) -> Vec<((u32, u32), (u32, u32))>
Expand description
Parse the string puzzle inut into a list of elf pairs
fn parse_input(input: &String) -> Vec<((u32, u32), (u32, u32))>
Parse the string puzzle inut into a list of elf pairs