xxxxxxxxxx
17
function setup() {
createCanvas(400, 400);
// Arguments for rect 1
// e.g. rect(topRightX, topRightY, bottomLeftX, bottomLeftY);
rect();
// Arguments for rect 2
rect();
// Come up with as many as you can think of!
rect();
rect();
rect();
rect();
rect();
rect();
}