Files
l2/a.sl

6 lines
74 B
Plaintext
Raw Normal View History

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