Files
l2/test_write_buf.sl

9 lines
108 B
Plaintext
Raw Normal View History

2025-12-18 11:32:35 +01:00
import stdlib/stdlib.sl
import stdlib/io.sl
: main
"hello from write_buf test\n"
write_buf
0
;