Jump to content

Hello world/Newline omission: Difference between revisions

added go
(added ruby)
(added go)
Line 42:
}
}</lang>
 
=={{header|Go}}==
<lang go>package main
 
import "fmt"
 
func main() { fmt.Print("Goodbye, World!") }</lang>
 
=={{header|GUISS}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.