feat(vec): update vec exercises

This commit is contained in:
mokou
2022-07-12 15:05:47 +02:00
parent 7af12ba9aa
commit 8e1f617d34
3 changed files with 28 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
// Your task is to create a `Vec` which holds the exact same elements
// as in the array `a`.
// Make me compile and pass the test!
// Execute the command `rustlings hint vec1` if you need hints.
// Execute `rustlings hint vec1` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE