mirror of
https://github.com/Noratrieb/simple-std.git
synced 2026-01-14 16:35:06 +01:00
exclamation mark
This commit is contained in:
parent
1991397ecf
commit
e09bd41185
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ fn main() {
|
|||
Ordering::Less => println!("Too Small"),
|
||||
Ordering::Greater => println("Too Big"),
|
||||
Ordering::Equal => {
|
||||
println("You win!");
|
||||
println!("You win!");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue