summaryrefslogtreecommitdiff
path: root/exercises/variables/variables5.rs
AgeCommit message (Collapse)Author
2022-07-11fix(variables5): Add nudge for shadowing variablegavin
2022-07-11fix(variables): reorder and redo hint textsmokou
2021-06-07fix(variables5): confine the answer furtherZC
let mut number = 3; can lead to a correct answer, so the comment helps to direct the users to the intended answer.
2020-10-01fix(variables5) : make shadowing more prominentYashodhan Joshi
closes #375
2020-05-25fix: confine the user further in variable exercisesEvan Carroll
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-01-14feat: Add variables5.rs exerciseTorben Jonas
closes #260