add the missed right "}"

This commit is contained in:
zyede 2022-01-07 02:09:34 +08:00 committed by GitHub
parent f84392238b
commit 4ea044fd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ loop {
match guess.cmp(&secret_number) {
// --snip--
}
}
```