parent
5a83fa271d
commit
08923fbff2
@ -82,7 +82,7 @@ fn main() {
|
||||
|
||||
let mut guess = String::new();
|
||||
|
||||
let input = io::stdin().read_line(&mut guess)
|
||||
io::stdin().read_line(&mut guess)
|
||||
.ok()
|
||||
.expect("Failed to read line");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user