mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-10 00:17:33 -05:00
Update main.rs
This commit is contained in:
parent
dbb73578f8
commit
a84b085a2d
@ -1,9 +1,11 @@
|
||||
use rand::Rng;
|
||||
|
||||
fn main() {
|
||||
println!("Cock needs boing boing?");
|
||||
println!("How many bees will you get?");
|
||||
println!("Guess your answer");
|
||||
println!("That was wrong, dipshit");
|
||||
let num = rand::thread_rng().gen_range(0..100);
|
||||
print!("number");
|
||||
print!("The amount of bee's you get: ");
|
||||
println!("{}", num);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user