feat: init commit, add helloworld-js

This commit is contained in:
2024-12-29 17:22:50 +08:00
parent 36c681787a
commit a93fd38156
3 changed files with 85 additions and 0 deletions

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

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