Untitled

🧩 Syntax:
function setup() {
  createCanvas(400, 400);
}

function draw() {
  background(frameCount);
}