package main import ( "fmt" "github.com/oz123/gupta" ) func main() { fmt.Println(gupta.Hello()) }