#### Functional ##### Run the command `cargo run` ###### Does the program compile and run without any error or warning? ###### Does the program produces a png file called image.png? ###### Does the image contain lines, circles, rectangles and triangles? ###### Are the shapes drawn with different colors? #### Bonus ###### +Can you draw a pentagon? ###### +Can you draw a cube?