Commit Graph

6 Commits (30291a3c253f08a4191cfd544ba36867612ebb7a)

Author SHA1 Message Date
gavin 60410cfd2e fix(variables5): Add nudge for shadowing variable 2 years ago
mokou 81edc4234f fix(variables): reorder and redo hint texts 2 years ago
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.
3 years ago
Yashodhan Joshi 2ec0bdfd99 fix(variables5) : make shadowing more prominent
closes #375
4 years ago
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.
4 years ago
Torben Jonas 0c73609e6f feat: Add variables5.rs exercise
closes #260
5 years ago