mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 00:40:29 +01:00
8 lines
73 B
ObjectPascal
8 lines
73 B
ObjectPascal
{ %norun }
|
|
{$MODE ISO}
|
|
program p(input, output);
|
|
begin
|
|
get;
|
|
put
|
|
end.
|