Browse Source

Rust Piscine: Clarify instructions for bonus in drawing exercise

content-update
Augusto 3 years ago
parent
commit
2d7f647217
  1. 4
      subjects/drawing/README.md

4
subjects/drawing/README.md

@ -31,9 +31,9 @@ Don't forget to add the dependencies in your Cargo.toml.
#### Bonus
- Implement drawing a pentagon
- Implement drawing a pentagon (implement the structure Pentagon, and the trait needed to draw in the image)
- Implement drawing a cube
- Implement drawing a cube (implement the structure Cube, and the trait needed to draw in the image)
### Notions

Loading…
Cancel
Save