Hello world

137 阅读1分钟

xph write first line code

package "main"
improt "fmt"

func main(){
    fmt.Println("hello world")
}