blob: 891aca5b4e5deba73e3a9aa15d33071b5ff6c288 [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Println("Greetings, fellow gopher")
}