//fix the 16 errors
void setup(){
size(200,200);
}
void draw()
{
background(0);
fill(255);
ellipse(100,175,50,50);
line(300,300,400,400);
rect(mouseX,mouseY,50,50);
}
//fix the 16 errors
void setup(){
size(200,200);
}
void draw()
{
background(0);
fill(255);
ellipse(100,175,50,50);
line(300,300,400,400);
rect(mouseX,mouseY,50,50);
}
Our goal is to make the OpenLab accessible for all users.
Our goal is to make the OpenLab accessible for all users.