initial commit

This commit is contained in:
2024-10-17 17:46:45 +09:00
commit bb55c09413
3 changed files with 29 additions and 0 deletions

7
sketch.js Normal file
View File

@@ -0,0 +1,7 @@
function setup() {
createCanvas(400, 400);
}
function draw() {
background(128);
}