Files
l2/tests/eputs.sl

8 lines
96 B
Plaintext
Raw Normal View History

2026-01-08 18:44:48 +01:00
import ../stdlib/stdlib.sl
import ../stdlib/io.sl
word main
"hello stderr" eputs
0
end