☰
In adventofcode_rust_2015::day2
?
Function
adventofcode_rust_2015
::
day2
::
parse_input
source
·
[
−
]
fn parse_input(input: &
str
) ->
Result
<
Vec
<
Present
>,
ParseIntError
>