// Frank Novello CST 112 2012 Jan 25 // My first sketch background(255, 0, 0); size(800, 600); text("Hello World!", 10, 10); fill(0, 255, 0); strokeWeight(6); stroke(0,255,255); ellipse(250, 250, 240, 230); fill(0, 0, 255); rect(20, 20, 30, 40);