开始 ❯
×
改变方向
更改主题,深色/浅色
// Це коментар package main import ("fmt") func main() { // Це коментар fmt.Println("Hello World!") }
你好世界!