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