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