(PCC)::[how-to-write-Hello-World-program-in-go-language]::[go]
package main import "fmt" func main() { fmt.Println("hello world") }