第一个hello word

package main 
import "fmt"


func main() {

    fmt.Println("hello world")

}

原文地址:https://www.cnblogs.com/xiongying4/p/12011314.html