mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
Link to second edition of book
This commit is contained in:
parent
a87d43dc23
commit
0cd22309a1
@ -40,6 +40,6 @@ fn main() {
|
|||||||
// There's a shorthand to initialize Arrays with a certain size that does not
|
// There's a shorthand to initialize Arrays with a certain size that does not
|
||||||
// require you to type in 100 items (but you certainly can if you want!)
|
// require you to type in 100 items (but you certainly can if you want!)
|
||||||
// Check out the Primitive Types -> Arrays section of the book:
|
// Check out the Primitive Types -> Arrays section of the book:
|
||||||
// http://doc.rust-lang.org/stable/book/primitive-types.html#arrays
|
// https://doc.rust-lang.org/stable/book/second-edition/ch03-02-data-types.html#arrays
|
||||||
// Bonus: what are some other things you could have that would return true
|
// Bonus: what are some other things you could have that would return true
|
||||||
// for `a.len() >= 100`?
|
// for `a.len() >= 100`?
|
||||||
|
Loading…
Reference in New Issue
Block a user