运行 ❯
获取您
自己的
网站
×
更改方向
更改主题,明暗
进入 Spaces
package main import ("fmt") const PI = 3.14 func main() { fmt.Println(PI) }
3.14