package main
import "fmt" //一定要双引号func main() { /* test hello word *///testfmt.Println("hello world!")
}
go run helloworld.go本文共 180 字,大约阅读时间需要 1 分钟。
package main
import "fmt" //一定要双引号func main() { /* test hello word *///testfmt.Println("hello world!")
}
go run helloworld.go转载于:https://www.cnblogs.com/Qing-840/p/9263978.html