This commit is contained in:
Zengtudor 2024-07-09 13:27:02 +08:00
parent 6b94f87208
commit c5a3c9a2aa

View File

@ -22,5 +22,5 @@ fn main() {
Ordering::Greater => println!("The number you entered was too big!") 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);
} }