Skip to content

Commit 683ed18

Browse files
authored
restore.js
1 parent 7fa39f6 commit 683ed18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: lib/empty-example/sketch.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function setup() {
2+
// put setup code here
3+
}
4+
5+
function draw() {
6+
// put drawing code here
7+
}

0 commit comments

Comments
 (0)