blob: b62da0a1a94ff14448562e5e4e053a23d5641429 [file] [log] [blame]
// +build ignore,OMIT
package main
import ( "fmt"; "time" )
func main() {
for {
fmt.Println("Hello, Gophers!")
time.Sleep(time.Second)
}
}