summaryrefslogtreecommitdiff
path: root/exercises/option
AgeCommit message (Collapse)Author
2021-05-17feat: Add move_semantics5 exercise. (#746)Sateesh
* feat: Add move_semantics5 exercise. * feat: Add option3 exercise * Address review comments. Fix typos, sentence formatting. * Remove unwanted newline. * Address review comments: make comment inline, fix format in print.
2021-04-23docs(exercises): updated all exercises readme filesZerotask
all exercises readme files now have a unified structure and a description
2021-04-20fix(option2): Rename uninformative variables (#675)k12ish
Renaming uninformative names like `optional_value`, `value`, `optional_values_vec` and `value` helps users distinguish between the two parts of the task.
2020-05-27fix(option1): Don't add only zeros to the numbers arrayThomas Sauvajon
2020-05-16fix(option2): Add TODO to comments (#400)Stefan Kupresak
2020-05-02fix(option1): Add cast to usize, as it is confusing in the context of an ↵Rob Story
exercise about Option
2020-04-07feat: Add Option2 exercise (#290)Sanjay K
* added option2 * changed up the exercise, modified the help section * Update exercises/option/option2.rs Co-Authored-By: fmoko <mokou@posteo.net> * Update exercises/option/option2.rs Co-Authored-By: fmoko <mokou@posteo.net> * Update exercises/option/option2.rs Co-Authored-By: fmoko <mokou@posteo.net> Co-authored-by: fmoko <mokou@posteo.net>
2020-04-02Merge branch 'master' of https://github.com/sanjaykdragon/rustlingsSanjay K
2020-04-02fixed spacingSanjay K
2020-03-11Update option1.rsSanjay K
2020-03-11Update option1.rsSanjay K
2020-03-05feat: added excercise for optionSanjay K