Files
l2/a.sl
2025-12-19 20:23:26 +01:00

8 lines
95 B
Plaintext

import stdlib/stdlib.sl
import stdlib/io.sl
: main
"hello world" puts
;
compile-time main