two_sum

Function two_sum 

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