源代码:
点击运行
package main import "fmt" func main() { fmt.Println("Hello, World!") }
运行结果