4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
fn main(): Unit with {Console} = Console.print("Hello, World!")
|
|
|
|
let output = run main() with {}
|