Add first code file

This commit is contained in:
Timothy Warren 2023-10-27 12:11:48 -04:00
parent 21f9de3b25
commit fdb1097a9c
1 changed files with 6 additions and 0 deletions

6
src/scroll.ts Normal file
View File

@ -0,0 +1,6 @@
/**
* The starting point for running scroll
*/
(() => {
// Now, to do stuff
})();