mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-13 00:00:03 +03:00
Compare commits
2 commits
c8d1d9c51f
...
ea52c99560
Author | SHA1 | Date | |
---|---|---|---|
ea52c99560 | |||
7d4100ed8a |
|
@ -253,7 +253,7 @@ require you to type in 100 items (but you certainly can if you want!).
|
||||||
|
|
||||||
For example, you can do:
|
For example, you can do:
|
||||||
```
|
```
|
||||||
let array = ["Are we there yet?"; 10];
|
let array = ["Are we there yet?"; 100];
|
||||||
```
|
```
|
||||||
|
|
||||||
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`
|
||||||
|
|
Loading…
Reference in a new issue