Update exercises/primitive_types/primitive_types6.rs
Co-authored-by: Annika <56906084+AnnikaCodes@users.noreply.github.com>
This commit is contained in:
parent
2919fdeee7
commit
ddb23f17b8
|
@ -1,6 +1,6 @@
|
||||||
// primitive_types6.rs
|
// primitive_types6.rs
|
||||||
// Use a tuple index to access the second element of `numbers`.
|
// Use a tuple index to access the second element of `numbers`.
|
||||||
// You can write it were ??? is so that the test passes.
|
// You can put the expression for the second element where ??? is so that the test passes.
|
||||||
// Execute `rustlings hint primitive_types6` for hints!
|
// Execute `rustlings hint primitive_types6` for hints!
|
||||||
|
|
||||||
// I AM NOT DONE
|
// I AM NOT DONE
|
||||||
|
|
Loading…
Reference in a new issue