5 lines
73 B
Text
5 lines
73 B
Text
program NewLineOmission(output);
|
|
|
|
begin
|
|
write('Goodbye, World!');
|
|
end.
|