Code viewer for World: New World
function setup() {
  createCanvas(600, 400);
}

function draw() {
  background(50);
  
}