This commit is contained in:
Boof 2023-03-27 11:38:25 +02:00 committed by GitHub
parent ca9468b367
commit a196b3937a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,5 @@ function draw() {
line(0, y, width, y);
}
}
rect(30, 20, 40, 40, 20);
}