运行 ❯
获取您
自己的
网站
×
更改方向
更改主题,白天/黑夜
前往 Spaces
package main import ("fmt") func main() { if 20 > 18 { fmt.Println("20 is greater than 18") } }
20大于18