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