Function aoc::year2022::day03::parse

source ยท
pub fn parse(input: &str) -> Vec<&str>
Expand description

Collect each line into a vec of string slices.