Jump to content

Hello world/Newline omission: Difference between revisions

added ruby
(added haskell)
(added ruby)
Line 94:
{{works with|Python|3.x}}
<lang python>print("Goodbye, World!", end="")</lang>
 
=={{header|Ruby}}==
<lang ruby>print "Goodbye, World!"</lang>
 
=={{header|Tcl}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.