aoc
2023.12.25
In aoc::
year2020::
day01
Function
aoc
::
year2020
::
day01
::
two_sum
Copy item path
source
ยท
[
−
]
fn two_sum( slice: &[
usize
], target:
usize
, hash: &mut [
usize
], round:
usize
, ) ->
Option
<
usize
>