7 lines
109 B
ObjectPascal
7 lines
109 B
ObjectPascal
|
|
program foo(output);
|
||
|
|
var
|
||
|
|
input: integer;
|
||
|
|
begin
|
||
|
|
{ In this program only `output` has special meaning. }
|
||
|
|
end.
|