Initial commit

This commit is contained in:
Esa Kataja
2025-08-14 16:12:13 +03:00
commit c9c476160e
5 changed files with 162 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"tasks": {
"dev": "deno run --watch --allow-run --allow-write --allow-read src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}