RosettaCodeData/Task/Hello-world-Standard-error/Delphi/hello-world-standard-error.delphi

8 lines
91 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
program Project1;
{$APPTYPE CONSOLE}
begin
WriteLn(ErrOutput, 'Goodbye, World!');
end.