Project 1 Test

This is another test.

sketch-26.js

function setup() {

    createCanvas(300, 300);
    background(200, 100, 100);
    ellipse(150, 150, 150, 150);

}

function draw() {
}

Leave a Reply