// Cloned by Martin Derwin on 27 Sep 2022 from World "Tutorial 1.2" by "Coding Train" project // Please leave this clone trail here. function setup() { createCanvas(400, 400); } function draw() { background(100,0,200); }