4 lines
117 B
Factor
4 lines
117 B
Factor
[
|
|
"input.txt" binary <file-reader> &dispose
|
|
"output.txt" binary <file-writer> stream-copy
|
|
] with-destructors
|