init lux
This commit is contained in:
5
examples/hello.lux
Normal file
5
examples/hello.lux
Normal file
@@ -0,0 +1,5 @@
|
||||
// Hello World in Lux
|
||||
// Demonstrates basic effect usage
|
||||
|
||||
fn main(): Unit with {Console} =
|
||||
Console.print("Hello, World!")
|
||||
Reference in New Issue
Block a user