Initial commit

This commit is contained in:
2026-02-12 00:47:15 +01:00
commit 7ab8f5f4e0
6 changed files with 934 additions and 0 deletions

1
scripts/hello-world.ts Normal file
View File

@@ -0,0 +1 @@
console.log('Hello, world!');