I have to implement a function that adds two numbers:
fn add(x: &i32, y: &i32) -> i32 { println!("x is: {}, y is {}", x, y); println!