fn main() { println!("Hello, world!"); } struct Solution {} impl Solution { pub fn contains_duplicate(nums: Vec) -> bool { nums.iter(). } }