Update exercises/primitive_types/primitive_types6.rs

Co-authored-by: Annika <56906084+AnnikaCodes@users.noreply.github.com>
This commit is contained in:
fmoko 2020-10-10 13:08:15 +02:00 committed by GitHub
parent 2919fdeee7
commit ddb23f17b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
// primitive_types6.rs
// 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!
// I AM NOT DONE