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