This commit is contained in:
2022-12-11 13:07:25 +00:00
parent de91702dff
commit c0f0e9e754
7 changed files with 2269 additions and 1 deletions

View File

@@ -9,6 +9,6 @@
"typescript": "^4.9.3"
},
"scripts": {
"start": "nodemon src/2022/day7/index.ts"
"start": "nodemon src/2022/day9/index.ts"
}
}