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