5 lines
68 B
Text
5 lines
68 B
Text
program byeworld;
|
|
|
|
begin
|
|
writeln(StdErr, 'Goodbye, World!');
|
|
end.
|