Add first-local-server project

This commit is contained in:
Eryn Wells 2022-01-23 17:24:11 -08:00
parent ec59a9b9aa
commit 68103ad538
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,7 @@
function setup() {
// put setup code here
}
function draw() {
// put drawing code here
}