Description
This page is generated from the Processing project folder at /2016/QUIZZES/Q-06 Processing 1/Quiz_06_Mission_02/Quiz_06_Mission_02.pde.
Archive
No companion assets were found in this sketch folder.
void setup() {
size(400,300);
background(#ABDDE5);
}
void draw() {
fill(#);
ellipse(200,150,100,100);
} This page is generated from the Processing project folder at /2016/QUIZZES/Q-06 Processing 1/Quiz_06_Mission_02/Quiz_06_Mission_02.pde.
No companion assets were found in this sketch folder.