RosettaCodeData/Task/Hello-world-Standard-error/Pascal/hello-world-standard-error.pascal

6 lines
68 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
program byeworld;
begin
writeln(StdErr, 'Goodbye, World!');
end.