Files
lux/examples/hello.lux
2026-02-13 02:57:01 -05:00

6 lines
126 B
Plaintext

// Hello World in Lux
// Demonstrates basic effect usage
fn main(): Unit with {Console} =
Console.print("Hello, World!")