Files
l2/tests/io_write_buf.sl

9 lines
119 B
Plaintext
Raw Permalink 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
word main
2025-12-18 11:32:35 +01:00
"hello from write_buf test\n"
write_buf
0
end