6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
import stdlib.sl
|
|
|
|
: main
|
|
"hello world" puts
|
|
;
|
|
compile-time main |