8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
|
import ../stdlib/stdlib.sl
|
||
|
|
import ../stdlib/io.sl
|
||
|
|
|
||
|
|
word main
|
||
|
|
"hello stderr" eputs
|
||
|
|
0
|
||
|
|
end
|