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