运行 ❯
获取你
自己的
网站
×
更改方向
更改主题,黑白
转至 Spaces
package main import ("fmt") func main() { var i,j string = "Hello","World" fmt.Println(i,j) }
你好,世界