| Age | Commit message (Collapse) | Author |
|
as a totally newbie to Rust, I don't know panic statement from https://doc.rust-lang.org/book/ and rustlings in the beginning. After a hard searching of [should_panic], then I figure out panic statement.
So it's helpful to tell the learner that write a panic statement here.
|
|
Intended to simplify the lesson by removing the need to figure out what the value is meant to be based on the tests.
Previous commits (https://github.com/rust-lang/rustlings/commit/9ca08b8f2b09366e97896a4a8cf9ff3bb4d54380 and https://github.com/rust-lang/rustlings/commit/114b54cbdb977234b39e5f180d937c14c78bb8b2#diff-ce1c232ff0ddaff909351bb84cb5bff423b5b9e04f21fd4db7ffe443e598e174) removed the mathematical complexity, and I feel this addition is a needed change to further streamline the exercise.
|
|
|
|
|
|
all exercises readme files now have a unified structure and a description
|
|
Co-authored-by: Shao Yang Hong <shaoyang.hong@ninjavan.co>
|
|
By capitalizing the `c` letter it makes clear that we're talking about the C programming language.
|
|
|
|
* fix(structs3): Add check to prevent naive implementation
* chore(structs3): Add a missed newline after the test I added
|
|
|
|
Co-authored-by: Jannek <squar@informatik.uni-hamburg.de>
|
|
|
|
* Add newline after "I AM DONE" in exercises for consistency
* Remove trailing whitespace from exercises
|
|
rename confusing "from" and "to" to sender_country and recipient_country as suggested
|
|
|
|
|
|
The `watch` command now requires user action to move to the next
exercise.
BREAKING CHANGE: this changes the behavior of `watch`.
|
|
|
|
|
|
fix #200
|
|
|
|
|