feat(day_6): part A done and B tried with dirty strategy

This commit is contained in:
2025-12-07 00:20:51 +01:00
parent 25ef72e561
commit ffe074001a
5 changed files with 202 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"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)",
"day": "deno run -R src/main.ts",
"test": "deno test -R --parallel src",
"lint:commit": "commitlint --edit"
},