RosettaCodeData/Task/Hello-world-Newline-omission/00DESCRIPTION
2016-12-05 22:15:40 +01:00

13 lines
413 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>