简单教程
提交运行
代码编辑器:
package main import "fmt" func main() { fmt.Println("Hello, World!") }
运行结果: