blob: 8b5ddac4446f8b9b4d21511eba1c1b63322d2c4f [file] [log] [blame]
// +build OMIT
package main
import (
"fmt"
"math/rand"
)
func main() {
fmt.Println("My favorite number is", rand.Intn(10))
}