Sketch P5.JS

function setup() {
  createCanvas(400, 400);
}

function draw() {
  background(220);
}
_*ZAPATOZ*_