initial commit

This commit is contained in:
2025-07-16 21:54:39 +02:00
commit d85e32b57b
6 changed files with 320 additions and 0 deletions

7
src/index.ts Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env node
function main() {
console.log("Hello, world!");
}
main();