5 lines
80 B
ObjectPascal
5 lines
80 B
ObjectPascal
|
|
begin
|
||
|
|
var s := ReadAllText('input.txt');
|
||
|
|
WriteAllText('output.txt',s);
|
||
|
|
end.
|