Function advent_of_code_2022::day_4::parse_line
source · fn parse_line(line: &str) -> ((u32, u32), (u32, u32))
Expand description
Parse a lne of the input as a single pair of elves
fn parse_line(line: &str) -> ((u32, u32), (u32, u32))
Parse a lne of the input as a single pair of elves