feat: use ts

This commit is contained in:
2025-01-12 08:46:07 +08:00
parent 5b48c13727
commit 1e16f9706a
3 changed files with 3 additions and 3 deletions

3
helloworld-ts/main.ts Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env -S deno run --allow-env
console.log("Hello world.");