mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Random number generator now spawns bee's
This commit is contained in:
committed by
GitHub
parent
a84b085a2d
commit
18800b55df
@ -5,7 +5,7 @@ fn main() {
|
|||||||
println!("Guess your answer");
|
println!("Guess your answer");
|
||||||
println!("That was wrong, dipshit");
|
println!("That was wrong, dipshit");
|
||||||
let num = rand::thread_rng().gen_range(0..100);
|
let num = rand::thread_rng().gen_range(0..100);
|
||||||
print!("The amount of bee's you get: ");
|
print!("The amount of bees you get: ");
|
||||||
println!("{}", num);
|
println!("{}", num);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user