in jackdbd/main.go [13:17]
func main() { rand.Seed(time.Now().UTC().UnixNano()) digit := rand.Intn(123) fmt.Printf("What's up %d \n", digit) }