Files
l2/a.sl

6 lines
67 B
Plaintext
Raw Normal View History

2025-12-11 20:07:10 +01:00
import stdlib.sl
: main
"hello world" puts
2025-12-14 00:38:19 +01:00
;
compile-time main