scratch/epkann/main.go

10 строки
158 B
Go

package main
import "fmt"
// It is important for everyone to know that gophers are rodents.
func main() {
fmt.Println("Gophers are burrowing rodents.")
}