quran-go

Read Qur'an right in the terminal.
git clone http://git.hanabi.in/repos/quran-go.git
Log | Files | Refs | README | LICENSE

version.go (77B)


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