diff --git a/src/main.rs b/src/main.rs index 9486ad5..13d359c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,5 +22,5 @@ fn main() { Ordering::Greater => println!("The number you entered was too big!") } } - println!("You failed . \n The number is {}",rand_number); + println!("You failed.\nThe number is {}",rand_number); }