two_sum

Function two_sum 

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