harishv7
10/28/2018 - 8:32 AM

hello.go

package main
import "fmt"

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