From 2d7f647217a497370289b12cd504d2c6f9afdd39 Mon Sep 17 00:00:00 2001 From: Augusto Date: Sat, 9 Oct 2021 11:07:08 +0100 Subject: [PATCH] Rust Piscine: Clarify instructions for bonus in drawing exercise --- subjects/drawing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/drawing/README.md b/subjects/drawing/README.md index c50dcb69..0a93b10e 100644 --- a/subjects/drawing/README.md +++ b/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