Commit Graph

18 Commits

Author SHA1 Message Date
zafar hussain bb7aece3c4
Adding an additional placeholder "__" on line 22
Currently, on line 22 there is only a single placeholder "__",
whereas the correct answer is "mut x"

hence an extra "__" is added

line 22 :
current  :      let __ = 1;
propose :     let __ __ = 1;

Correct answer :  let mut x = 1;

cheers
2022-11-07 13:10:00 +05:00
Skandesh 9eae91f0e2
Updating exercise's serial number
Helps to keep track of the flow.
2022-07-12 22:41:12 +05:30
katopz 4f619bc158
remove unnecessary space 2022-07-04 18:51:02 +07:00
Sunface b7f7755014
Update en/src/variables.md 2022-04-04 10:40:01 +08:00
Tanish-Eagle 722bb85ca6 Further simplified the comments 2022-04-03 21:52:32 +05:30
Tanish-Eagle 2416688f4f Fixed the missing semicolon 2022-04-02 23:29:51 +05:30
Tanish-Eagle 51734d1a44 Made the comments clearer 2022-04-02 23:19:14 +05:30
Tanish-Eagle e056ca9f79 Fixed spelling mistakes and typos in the variable lesson 2022-04-02 23:03:39 +05:30
sunface c1d8b06518 update repo layout 2022-03-23 20:04:00 +08:00
sunface b8009cfe83 update project structure 2022-02-28 21:32:54 +08:00
sunface cb15ef484b update variable.md 2022-02-28 16:57:04 +08:00
sunface ffaa2116f5 update variable.md 2022-02-28 16:48:07 +08:00
sunface f393232de1 add destructuring assignments 2022-02-25 11:18:27 +08:00
sunface fc3bbc481c update numbers 2022-02-24 20:31:19 +08:00
sunface bc042e9552 add variable exercises 2022-02-24 15:50:01 +08:00
sunface d4a716d36c update readme 2022-02-23 17:11:31 +08:00
sunface ef6c4f80a1 roll back 2022-02-23 15:22:14 +08:00
sunface f15bccde29 add chinese zh repo 2022-02-23 15:14:41 +08:00
Renamed from src/variables.md (Browse further)