ggzeng
10/23/2019 - 2:42 AM

hello world

package main

import "fmt"

func main() {
    fmt.Println("Hello World")
}