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 1
1
// arc1.rs
2
2
// 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`
4
4
// 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 :)
6
6
7
7
// I AM NOT DONE
8
8
Original file line number Diff line number Diff line change 4
4
// About this `I AM NOT DONE` thing:
5
5
// We sometimes encourage you to keep trying things on a given exercise,
6
6
// 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.
8
8
9
9
// I AM NOT DONE
10
10
You can’t perform that action at this time.
0 commit comments