[][src]Function leetcode_rust::two_sum_2::two_sum

pub fn two_sum(numbers: Vec<i32>, target: i32) -> Vec<i32>