mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
387 B
19 lines
387 B
3 years ago
|
#### 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?
|
||
|
|