Function advent_of_code_2023::day_1::parse_line
source · fn parse_line(line: &str, extractor: &ValueExtractor) -> u32
Expand description
Use the logic in the provided extractor to find all matches, then take the first and last and combine them into a two digit number.