Hello world/Newline omission: Difference between revisions

Content added Content deleted
(Added Nemerle)
No edit summary
Line 8: Line 8:
* [[Hello world/Standard error]]
* [[Hello world/Standard error]]
* [[Hello world/Text]]
* [[Hello world/Text]]

=={{header|Ada}}==
<lang ada>
with Ada.Text_IO;

procedure Goodbye_World is
begin
Ada.Text_IO.Put("Goodbye, World!");
end Goodbye_World;
</lang>


=={{header|BASIC}}==
=={{header|BASIC}}==