This commit is contained in:
2026-02-13 02:57:01 -05:00
commit 15e5ccb064
23 changed files with 11899 additions and 0 deletions

5
examples/hello.lux Normal file
View File

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