Code viewer for World: Tutorial 1.1 (clone by Zoh...

// Cloned by Zohaib Ali on 2 Dec 2023 from World "Tutorial 1.1" by "Coding Train" project 
// Please leave this clone trail here.
 


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

function draw() {
  background(220);
}