8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
import stdlib/stdlib.sl
|
|
import stdlib/io.sl
|
|
|
|
word main
|
|
"hello world" puts
|
|
end
|
|
compile-time main
|