version.go (77B)
1 package print 2 3 import "fmt" 4 5 func Version() { 6 fmt.Println("quran v1.0.1") 7 }