Files
l2/tests/hello.sl
2026-01-08 19:12:55 +01:00

6 lines
81 B
Plaintext

import stdlib/stdlib.sl
import stdlib/io.sl
word main
"hello world" puts
end