blob: b24f37846caff2f89a423eff6adb0d4e026435ec [file] [log] [blame]
// +build OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, gophers!")
}