[oden] JavaScript, god help me

This commit is contained in:
John Doty 2023-06-19 13:46:09 -07:00
parent 16e6f1304c
commit 8d7dd789ed
6 changed files with 92 additions and 4 deletions

9
src/main.js Normal file
View file

@ -0,0 +1,9 @@
function init() {
// console.log("Hello world!");
}
function update() {}
function draw() {}
export { init, update, draw }