Files
l2/hello.sl
IgorCielniak 452bb0318b added io
2025-12-18 20:18:39 +01:00

6 lines
76 B
Plaintext

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