aoc::year2022::day03

Function parse

Source
pub fn parse(input: &str) -> Vec<&str>
Expand description

Collect each line into a vec of string slices.