RosettaCodeData/Task/File-input-output/PicoLisp/file-input-output-2.l

4 lines
54 B
Common Lisp

(in "input.txt"
(out "output.txt"
(echo) ) )