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