update,
This commit is contained in:
9
chris20202020/src/helloworld/index.js
Normal file
9
chris20202020/src/helloworld/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function setup() {
|
||||
// Setup logic here
|
||||
}
|
||||
|
||||
function draw() {
|
||||
// draw logic here
|
||||
|
||||
console.log("helloworld");
|
||||
}
|
Reference in New Issue
Block a user