Code viewer for World: Tutorial 1.1 (clone by p b...

// Cloned by p birdwood on 10 Sep 2020 from World "Tutorial 1.1" by "Coding Train" project 
// Please leave this clone trail here.
 


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

function draw() {
  background(220);
}