运行 ❯
获取您
自己的
网站
×
改变方向
改变主题,深色/浅色
去往 Spaces
package main import ("fmt") func main() { var x = 5 fmt.Println(x) }
5