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