3 lines
64 B
Text
3 lines
64 B
Text
|
|
(let V (in "input.txt" (till))
|
||
|
|
(out "output.txt" (prin V)) )
|