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