首页 > 代码库 > golang hello

golang hello

package mainimport "fmt"func main() {    fmt.Printf("Hello, world.\n")}