Files
l2/a.sl
2026-01-08 15:28:10 +01:00

8 lines
100 B
Plaintext

import stdlib/stdlib.sl
import stdlib/io.sl
word main
"hello world" puts
end
compile-time main