Merge pull request #325 from zafar-hussain/patch-1

Adding an additional placeholder "__" on line 22 "Variables"
This commit is contained in:
Sunface 2022-12-07 08:45:38 +08:00 committed by GitHub
commit b3a0c6313e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fn main() {
// Fill the blanks in the code to make it compile
fn main() {
let __ = 1;
let __ __ = 1;
__ += 2;
assert_eq!(x, 3);