6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
import stdlib/stdlib.sl
|
|
import stdlib/io.sl
|
|
|
|
word main
|
|
"hello world" puts
|
|
end |