advent_of_code_2024::day_11

Function parse_input

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

Turn the space separated number strings into u64s