代码:
package mainimport "fmt"
func main(){ fmt.Print("Hello Golang!")}
效果:
(1)Hello Golang
原文:https://www.cnblogs.com/wuyizuokan/p/9064945.html