Initial commit

This commit is contained in:
innocuous-labs
2026-02-10 23:54:16 +00:00
commit 9683420bb2
5 changed files with 121 additions and 0 deletions

5
src/index.ts Normal file
View File

@@ -0,0 +1,5 @@
function main() {
console.log("Innocuous Labs | TypeScript Template");
}
main();