This commit is contained in:
Zengtudor 2024-07-09 13:27:02 +08:00
parent 6b94f87208
commit c5a3c9a2aa
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}