开始 ❯
获取您的
自己的
网站
×
更改方向
更改主题,深/浅色
转到 Spaces
package main import ("fmt") func main() { var i,j string = "Hello","World" fmt.Print(i, " ", j) }
你好,世界