hello,world

go语言版本的hello word

package main

import  (
"fmt"
)

func main(){

fmt.Println("hello,world")

}

你可能感兴趣的:(hello,world)