diff options
| author | liv <mokou@fastmail.com> | 2023-06-15 10:41:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-15 10:41:46 +0200 |
| commit | 4b9e77d2efb788a7eca49ea5d7593b1a725bd828 (patch) | |
| tree | 6bbd1dd1ea127dd652e0fe64093c10a78734fdf5 | |
| parent | 0282da6881c0708b5aaf6a01e731b88b61201f71 (diff) | |
| parent | e1704a2f1bd2e1c92e0741d656228fe6ccf36a35 (diff) | |
Merge pull request #1562 from tajo48/main
chore: update hint for vecs2
| -rw-r--r-- | info.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -260,8 +260,8 @@ name = "vecs2" path = "exercises/vecs/vecs2.rs" mode = "test" hint = """ -Hint 1: `element` is each element from the Vec as they are being iterated. Can you -try multiplying this? +Hint 1: In the code, the variable `element` represents an item from the Vec as it is being iterated. +Can you try multiplying this? Hint 2: For the first function, there's a way to directly access the numbers stored in the Vec, using the * dereference operator. You can both access and write to the |
