Code viewer for World: Tutorial 1.1 (clone by !DD...

// Cloned by !DDHa_PX_Gm7.v6c98-a on 13 Jun 2021 from World "Tutorial 1.1" by "Coding Train" project 
// Please leave this clone trail here.
 


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

function draw() {
  background(220);
}