function setup() {
print("hello world");
}
function draw() {
background(40,40,50);
fill(150,200,30);
stroke(200,30,150);
strokeWidth(10);
rect(20,20,100,100);