Files
l2/tests/hello.sl

6 lines
81 B
Plaintext
Raw Permalink Normal View History

2025-12-18 11:32:35 +01:00
import stdlib/stdlib.sl
2025-12-18 20:18:39 +01:00
import stdlib/io.sl
2025-12-11 20:25:34 +01:00
word main
"hello world" puts
end