go - helloword

package main
import "fmt" //一定要双引号
func main() {
/* test hello word */
//test

fmt.Println("hello world!")

}


go run helloworld.go


posted @ 2018-07-04 16:38  清风木  阅读(188)  评论(0)    收藏  举报