create readme and deno.json file

This commit is contained in:
2025-07-22 17:52:24 -07:00
parent 08ee3d1b5d
commit aece40be60
2 changed files with 38 additions and 0 deletions

5
deno.json Normal file
View File

@ -0,0 +1,5 @@
{
"tasks": {
"start": "deno main.ts"
}
}