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

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);