quran-go

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

about.go (127B)


      1 package print
      2 
      3 import "fmt"
      4 
      5 func About() {
      6 	fmt.Println("`quran' prints Qur'an chapters and verses right in the terminal.")
      7 }