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