blob: bcbb47dd7c77cab7c888c6e8fec867ebaab0b7bf [file]
// +build randomtag
package main
import "fmt"
func main() {
fmt.Prinln("hello")
}