Skip to content

Go

[下载](https://golang.google.cn/dl/)

go run main.go

package main
import "fmt"
func main() {
    fmt.Println("Hello, Go on Windows!")
}