Files
l2/tests/io_write_buf.sl
2026-01-08 13:15:27 +01:00

9 lines
114 B
Plaintext

import ../stdlib/stdlib.sl
import ../stdlib/io.sl
: main
"hello from write_buf test\n"
write_buf
0
;