Removing the giveaway from the guessing game

This commit is contained in:
Dan Buch 2017-12-21 23:06:45 -05:00
parent ee08b35cc8
commit 93f3ea5863
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -9,8 +9,6 @@ fn main() {
let secret_number = rand::thread_rng().gen_range(1, 101);
println!("The secret number is: {}", secret_number);
loop {
println!("Please input your guess.");