int main()
{
draw_circle();
draw_circle();
draw_circle();
return 0;
}
My list of projects and exercises:
1 : Project 1
2 : Project 2
d : Draw Circle exercise
Which project or exercise do you want to run? (1-2, or d)