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

4 lines
97 B
Plaintext

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