advent_of_code_2024::day_18

Function parse_coordinate

source
fn parse_coordinate(s: &str) -> Option<(u8, u8)>