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