func main()

in hello-world/main.go [7:9]


func main() {
	fmt.Println("Hello, World")
}