small changes

This commit is contained in:
Emily 2020-07-09 18:43:21 +10:00
parent 838e802f79
commit d98abc357c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ fn main() {
// Generates random number between 0 and 100, thread_rng is the generator we're using
let number = rand::thread_rng().gen_range(0, 101);
let mut tries = 1;
println!("Choose a number between 0 and 100: ");
loop {