mirror of
https://github.com/Noratrieb/simple-std.git
synced 2026-01-14 16:35:06 +01:00
idk i thought clion registered my typing last time but turns out it didnt
This commit is contained in:
parent
e09bd41185
commit
edae442575
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@
|
||||||
// let input = prompt("Guess: ").parse::<i32>().expect("not a number");
|
// let input = prompt("Guess: ").parse::<i32>().expect("not a number");
|
||||||
// match input.cmp(&number) {
|
// match input.cmp(&number) {
|
||||||
// Ordering::Less => println!("Too Small"),
|
// Ordering::Less => println!("Too Small"),
|
||||||
// Ordering::Greater => println("Too Big"),
|
// Ordering::Greater => println!("Too Big"),
|
||||||
// Ordering::Equal => {
|
// Ordering::Equal => {
|
||||||
// println("You win!");
|
// println!("You win!");
|
||||||
// break;
|
// break;
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue