extern fn println(message: Any) -> Void fn main() let a = 1 let b = 2 let c = 3 let x = a + b + c end