Jump to content

Hello world/Newline omission: Difference between revisions

added haskell
(added java)
(added haskell)
Line 46:
In Graphical User Interface Support Script, we specify a newline, if we want one. The following will not produce a newline:
<lang GUISS>Start,Programs,Accessories,Notepad,Type:Goodbye World[pling]</lang>
 
=={{header|Haskell}}==
 
<lang haskell>main = putStr "Goodbye, world"</lang>
 
=={{header|Icon}} and {{header|Unicon}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.