Browse Source

Add more explicit instruction in drawing: rust piscine

pull/843/head
Augusto 3 years ago
parent
commit
1a8ce9d434
  1. 2
      subjects/drawing/README.md

2
subjects/drawing/README.md

@ -2,6 +2,8 @@
### Instructions
- Copy the code in [usage](#usage) to your main.rs
- Create a module called geometrical_shapes in another file.
- This module will keeps all the logic for creating and operating with the different geometrical shapes and define two traits `Displayable` and `Drawable`.

Loading…
Cancel
Save