blob: 4ffebac78ee918d808ff90339b93eabecc379e41 [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Println("Hello, gophers!")
}