5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
|
|
import stdlib.sl
|
||
|
|
|
||
|
|
: main
|
||
|
|
"hello world" puts_str
|
||
|
|
;
|