运行 ❯
获得你的
个
人网站
×
更改方向
更改主题,暗/亮
转到 Spaces
package main import ("fmt") func main() { var i, j string = "Hello","World" fmt.Print(i, "\n", j) }
您好
世界