5 lines
104 B
ObjectPascal
5 lines
104 B
ObjectPascal
|
|
program foo(input, output);
|
||
|
|
begin
|
||
|
|
{ In this program, `input` and `output` have special meaning. }
|
||
|
|
end.
|