blob: d01959db11af50ce54ba11b1434467007d8b5516 [file] [log] [blame]
package main
import "fmt"
// It is important for everyone to know that gophers are rodents.
func main() {
fmt.Println("Gophers are burrowing rodents.....")
}