Code viewer for World: Tutorial 1.1 (clone by test)

// Cloned by test on 30 Nov 2019 from World "Tutorial 1.1" by "Coding Train" project 
// Please leave this clone trail here.
 


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

function draw() {
  background(220);
}