From 9f85b5369a1fdbf285205f15d90d34e7b8dc602a Mon Sep 17 00:00:00 2001 From: nishimuratakuma <23e1350@andrew.ac.jp> Date: Fri, 25 Oct 2024 10:39:47 +0900 Subject: [PATCH] =?UTF-8?q?=E5=86=86=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sketch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sketch.js b/sketch.js index e01462c..c2b77f7 100644 --- a/sketch.js +++ b/sketch.js @@ -4,4 +4,5 @@ function setup() { function draw() { background(150,8,8); + ellipse(200,100,40,80) }