main() { assert f(2, 3) == 25 } f(x Int, y Int) -> Int { return (x + y) * (x + y) }