There are two pieces of code in this repository, both blank. The first exercise should be done in "VoidFunctions" and the second should be done in "ReturningValues"
Create functions to do the following
- Draw a blue square at the center of the canvas, with a size of 50x50
- Draw a circle at the mouse's location with a diameter of 30. Allow the user to define the color of the circle
- Define one other function of your choice Remember to commit and sync.