//all 15 errors fixed.
void setup(){
size(200,200);
}
void draw(){
background(0);
fill(255,255);
ellipse(100,100,100,100);
line(100,100,150,150);
rect(mouseX, mouseY, 50,50);
}
//all 15 errors fixed.
void setup(){
size(200,200);
}
void draw(){
background(0);
fill(255,255);
ellipse(100,100,100,100);
line(100,100,150,150);
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.