Files
lux/examples/hello.lux
2026-02-17 06:52:44 -05:00

4 lines
99 B
Plaintext

fn greet(): Unit with {Console} = Console.print("Hello, World!")
let output = run greet() with {}