golang hello

package main

import "fmt"

func main() {
    fmt.Printf("Hello, world.
")
}
原文地址:https://www.cnblogs.com/heidsoft/p/3847799.html