Golang官方的HelloWorld

5年以前  |  阅读数:692 次  |  编程语言:Golang 
package main

import "fmt"

func main() {
    fmt.Println("Hello, 世界")
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8