advent_of_code_2024::day_1

Function parse_input

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

Build up lists of ids from the puzzle input. The input is two columns of numbers separated by three spaces, e.g.

3   4
4   3
2   5
1   3
3   9
3   3