go语言实现helloWorld输出junaozun (25)in #cn • 6 years ago package main import "fmt" func main() { fmt.Printf("HelloWorld") }