go语言版本的hello word
package main import ( "fmt" ) func main(){ fmt.Println("hello,world") }
本文标题:hello,world
本文链接:https://www.haomeiwen.com/subject/vbkxxxtx.html
网友评论