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

8 lines
101 B
Plaintext

import stdlib/stdlib.sl
import stdlib/io.sl
: main
"str.sl" swap read_file
write_buf
0
;