mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
Merge pull request #325 from zafar-hussain/patch-1
Adding an additional placeholder "__" on line 22 "Variables"
This commit is contained in:
@ -19,7 +19,7 @@ fn main() {
|
|||||||
|
|
||||||
// Fill the blanks in the code to make it compile
|
// Fill the blanks in the code to make it compile
|
||||||
fn main() {
|
fn main() {
|
||||||
let __ = 1;
|
let __ __ = 1;
|
||||||
__ += 2;
|
__ += 2;
|
||||||
|
|
||||||
assert_eq!(x, 3);
|
assert_eq!(x, 3);
|
||||||
|
Reference in New Issue
Block a user