Files
l2/str.sl

8 lines
101 B
Plaintext
Raw Normal View History

2025-12-18 11:32:35 +01:00
import stdlib/stdlib.sl
import stdlib/io.sl
: main
"str.sl" swap read_file
write_buf
0
;