Files
l2/tests/io_write_buf.sl

9 lines
114 B
Plaintext
Raw Normal View History

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