mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:27:57 +02:00
9 lines
67 B
ObjectPascal
9 lines
67 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
t: text;
|
|
i: integer;
|
|
begin
|
|
readstr(t,i);
|
|
end.
|