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

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



function setup() {
  createCanvas(5000, 450);
}

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