6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
import stdlib/stdlib.sl
|
|
import stdlib/io.sl
|
|
|
|
: main
|
|
"hello world" puts
|
|
; |