blob: bc7194a22004e2a480adc2b1d8848d910545f75b [file] [log] [blame]
// +build ignore,OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, Gophers (some of whom know 日本語)!")
}