Merge pull request #21 from zyede/patch-1

add the missed right "}"
This commit is contained in:
Aaran Xu 2022-01-07 22:03:32 +08:00 committed by GitHub
commit d82b8349a9
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) { match guess.cmp(&secret_number) {
// --snip-- // --snip--
}
} }
``` ```