aoc
2024.12.25
In aoc::
year2020::
day01
aoc
::
year2020
::
day01
Function
two_sum
Copy item path
Source
fn two_sum( slice: &[
usize
], target:
usize
, hash: &mut [
usize
], round:
usize
, ) ->
Option
<
usize
>