mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-11 06:30:23 -05:00
Compare commits
1 Commits
651ffd68e9
...
9c4922aacc
Author | SHA1 | Date | |
---|---|---|---|
|
9c4922aacc |
@ -1,7 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "random"
|
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
rand = "0.8"
|
|
11
src/main.rs
11
src/main.rs
@ -1,11 +0,0 @@
|
|||||||
use rand::Rng;
|
|
||||||
|
|
||||||
fn main() {
|
|
||||||
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!("The amount of bees you get: ");
|
|
||||||
println!("{}", num);
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user