You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 13:50:27 +02:00
Make nested array example editable (#2593)
This commit is contained in:
@ -6,7 +6,7 @@ minutes: 15
|
|||||||
|
|
||||||
Arrays can contain other arrays:
|
Arrays can contain other arrays:
|
||||||
|
|
||||||
```rust
|
```rust,editable
|
||||||
let array = [[1, 2, 3], [4, 5, 6], [7, 8, 9]];
|
let array = [[1, 2, 3], [4, 5, 6], [7, 8, 9]];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user