INITIAL TESTING COMMIT

This commit is contained in:
Emma
2023-02-07 07:18:09 -07:00
parent 77440481d9
commit 3a12216482
2 changed files with 9 additions and 2 deletions

3
mod.ts Normal file
View File

@@ -0,0 +1,3 @@
export const hello = () => {
console.log('HELLO WORLD');
}