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