rustlings icon indicating copy to clipboard operation
rustlings copied to clipboard

A clearer description of the original problem

Open jbethune opened this issue 1 year ago • 0 comments

The original excercise instructs the learner to use the vector macro. It is easy to assume that the code needs to read from a which is not what is intended.

The updated excercise introduces the syntax for initial array and vector contents and lets the learner figure out how to tweak initial values of a vector. This learning seems to be the original intent of the excercise.

jbethune avatar Jan 01 '25 16:01 jbethune