rschwieb
0
Q:

go hello world

package main
import "fmt"
func main() {
    fmt.Println("hello world")
}
0
package main

import fmt

func main() {
	fmt.Println("hello, world!")
}
0
package main

import "fmt"

func main(){
	fmt.Println("hello world")
}
0

New to Communities?

Join the community