8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
import stdlib/stdlib.sl
|
|
import stdlib/io.sl
|
|
|
|
: main
|
|
"hello world" puts
|
|
;
|
|
compile-time main
|