mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Signed-off-by: roneya <iamrohanvidhate@gmail.com>
This commit is contained in:
@ -38,4 +38,15 @@ fn main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
4. 🌟
|
||||||
|
```rust,editable
|
||||||
|
|
||||||
|
// Make it work
|
||||||
|
fn main() {
|
||||||
|
// Create a box `b` with an array [1, 2, 3, 4, 5]
|
||||||
|
// Print each integer in `b`
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it
|
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it
|
||||||
|
Reference in New Issue
Block a user