RosettaCodeData/Task/Hello-world-Newline-omission/00-TASK.txt
2023-07-01 13:44:08 -04:00

14 lines
415 B
Text

Some languages automatically insert a newline after outputting a string, unless measures are taken to prevent its output.
;Task:
Display the string &nbsp; <big><big><code>Goodbye, World!</code></big></big> &nbsp; without a trailing newline.
;Related tasks:
* &nbsp; [[Hello world/Graphical]]
* &nbsp; [[Hello world/Line Printer]]
* &nbsp; [[Hello world/Standard error]]
* &nbsp; [[Hello world/Text]]
<br><br>