[GO] 01 HelloGo

2020-04-06  本文已影响0人  棘刺
package main

import "fmt"

func main() {
    fmt.Println("Hello Go!")
}

image.png
上一篇 下一篇

猜你喜欢

热点阅读