idk i thought clion registered my typing last time but turns out it didnt

This commit is contained in:
angelsflyinhell 2021-10-19 22:36:01 +02:00
parent e09bd41185
commit edae442575

View file

@ -10,9 +10,9 @@
// let input = prompt("Guess: ").parse::<i32>().expect("not a number");
// match input.cmp(&number) {
// Ordering::Less => println!("Too Small"),
// Ordering::Greater => println("Too Big"),
// Ordering::Greater => println!("Too Big"),
// Ordering::Equal => {
// println("You win!");
// println!("You win!");
// break;
// }
// }