package main
import "fmt"
func main() {
fmt.Println("Hello world")
}
命令是go run a.go.
此代码在 Windows 中需要 4~5 秒。
白板的微信
相关分类