use std::core::println fn main(args: Array) let hello = 42 let world = hello + 16 println(hello) println(world) end