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