Danielle Small HW 2.1 part 1

//fix the 16 errors

void setup(){
size(200, 200);
}

void draw(){
background(0);
fill(255, 255, 255);
ellipse(100,100,100, 100);
line(300,300,400,400);
rect(mouseX, mouseY, 50,50);
}

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *