This commit is contained in:
2025-09-26 19:11:03 -05:00
commit 6c9b6c9ec1
6 changed files with 145 additions and 0 deletions

8
deno.json Normal file
View File

@@ -0,0 +1,8 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}