You are on page 1of 1

void setup (){

size(640,680);
}

void draw() {
point (width/2, height/2);
fill(173,52,50);
fill(161,173,50);
ellipse(300,300,50,50);

You might also like