This commit is contained in:
2022-12-12 20:09:49 +00:00
parent c0f0e9e754
commit f640da25f8
5 changed files with 356 additions and 1 deletions

View File

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