mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-14 00:00:02 +03:00
Compare commits
No commits in common. "ea52c99560119070cb2c82c65dd92017240c5071" and "c8d1d9c51fa218ad7e1afccab95c3a05ba0ba7cb" have entirely different histories.
ea52c99560
...
c8d1d9c51f
|
@ -253,7 +253,7 @@ require you to type in 100 items (but you certainly can if you want!).
|
|||
|
||||
For example, you can do:
|
||||
```
|
||||
let array = ["Are we there yet?"; 100];
|
||||
let array = ["Are we there yet?"; 10];
|
||||
```
|
||||
|
||||
Bonus: what are some other things you could have that would return `true`
|
||||
|
|
Loading…
Reference in a new issue