Files
l2/tests/io_write_buf.sl
2026-01-08 15:28:10 +01:00

9 lines
119 B
Plaintext

import ../stdlib/stdlib.sl
import ../stdlib/io.sl
word main
"hello from write_buf test\n"
write_buf
0
end