fjdsifjdsifjasdofjdsj
function setup() {
createCanvas(320, 240);
background(220);
}
function draw() {
rect(10, 10, 40, 50);
}
function setup() {
createCanvas(200, 200);
background(220);
text("p5.js vers 0.9.0 test.", 10, 15);
}
function draw() {
rect(10,10,30,60);
}