File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// arc1.rs
22// Make this code compile by filling in a value for `shared_numbers` where the
3- // TODO comment is and creating an initial binding for `child_numbers`
3+ // TODO comment is and create an initial binding for `child_numbers`
44// somewhere. Try not to create any copies of the `numbers` Vec!
5- // Execute `rustlings help arc1` for hints :)
5+ // Execute `rustlings hint arc1` for hints :)
66
77// I AM NOT DONE
88
Original file line number Diff line number Diff line change 44// About this `I AM NOT DONE` thing:
55// We sometimes encourage you to keep trying things on a given exercise,
66// even after you already figured it out. If you got everything working and
7- // feel ready for the next exercise, you the `I AM NOT DONE` comment below.
7+ // feel ready for the next exercise, remove the `I AM NOT DONE` comment below.
88
99// I AM NOT DONE
1010
You can’t perform that action at this time.
0 commit comments