5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
import stdlib/stdlib.sl
|
|
|
|
: main
|
|
"hello world" puts
|
|
; |