Files
l2/test_write_buf.sl
IgorCielniak 50451840b7 write_file
2025-12-18 11:32:35 +01:00

9 lines
108 B
Plaintext

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