Code viewer for World: Tutorial 1.2


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

function draw() {
  background(100,0,200);
}