代码
提交代码
package main import "fmt" func main() { helloWorld := "Hello World!" fmt.Println(helloWorld) }
运行结果