10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
import ../stdlib/stdlib.sl
|
|
import ../stdlib/io.sl
|
|
|
|
word main
|
|
"hello world" puts
|
|
"line1\nline2" puts
|
|
"" puts
|
|
0
|
|
end
|