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

8 lines
91 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
program Project1;
{$APPTYPE CONSOLE}
begin
WriteLn(ErrOutput, 'Goodbye, World!');
end.