feat(day_1): both exercises done

This commit is contained in:
2025-12-01 09:25:12 +01:00
parent 43bb503253
commit 8a71c89b64
10 changed files with 4944 additions and 33 deletions

View File

@@ -4,9 +4,10 @@
"dev": "deno run -R --watch src/main.ts",
"today:dev": "deno run -R --watch src/main.ts $(date +%e)",
"today": "deno run -R src/main.ts $(date +%e)",
"test": "deno test --parallel src",
"test": "deno test -R --parallel src",
"lint:commit": "commitlint --edit"
},
"vendor": true,
"imports": {
"@commitlint/cli": "npm:@commitlint/cli@^20.1.0",
"@std/assert": "jsr:@std/assert@1",