diff --git a/sketch.js b/sketch.js index 6fcb6b7..b30c06c 100644 --- a/sketch.js +++ b/sketch.js @@ -4,4 +4,5 @@ function setup() { function draw() { background(250,0,250); + ellipse(200, 200, 3, 80); }