您当前所在位置: 首页 → 开发常用工具 → 在线运行Go (.go)代码
package main import ( "fmt" ) func main() { fmt.Println("Hello World!") }