7 lines
91 B
Text
7 lines
91 B
Text
program Project1;
|
|
|
|
{$APPTYPE CONSOLE}
|
|
|
|
begin
|
|
WriteLn(ErrOutput, 'Goodbye, World!');
|
|
end.
|