Nick
|
a3422e8cd8
|
HEAD detached at 4.8.0
Changes to be committed:
modified: Cargo.lock
modified: exercises/intro/intro1.rs
modified: exercises/intro/intro2.rs
modified: exercises/variables/variables1.rs
modified: exercises/variables/variables2.rs
modified: exercises/variables/variables3.rs
modified: exercises/variables/variables4.rs
modified: exercises/variables/variables5.rs
modified: exercises/variables/variables6.rs
|
2022-07-18 12:32:15 -04:00 |
|
ZC
|
48ffcbd2c4
|
fix(variables5): confine the answer further
let mut number = 3; can lead to a correct answer, so the comment helps to direct the users to the intended answer.
|
2021-06-07 18:22:55 +08:00 |
|
Yashodhan Joshi
|
2ec0bdfd99
|
fix(variables5) : make shadowing more prominent
closes #375
|
2020-10-01 08:31:42 +05:30 |
|
Evan Carroll
|
06ef4cc654
|
fix: confine the user further in variable exercises
We want to teach a specific lesson. To ensure that we do, let's try to
provide more clarity on what the user should not do.
|
2020-05-25 10:09:11 +02:00 |
|
Torben Jonas
|
0c73609e6f
|
feat: Add variables5.rs exercise
closes #260
|
2020-01-14 21:10:07 +01:00 |
|