aoc
2024.12.25
In aoc::
year2024::
day09
aoc
::
year2024
::
day09
Function
parse
Copy item path
Source
pub fn parse(input: &
str
) ->
Vec
<
usize
>
Expand description
Remove any trailing newlines and convert to
usize
.