blob: 55a2c1b30d961b4578cfa636bb02baf9e604e8e2 [file] [log] [blame]
// +build OMIT
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}