Files
l2/hello.sl
2025-12-11 20:25:34 +01:00

5 lines
53 B
Plaintext

import stdlib.sl
: main
"hello world" puts_str
;