This commit is contained in:
2022-12-08 22:07:30 +00:00
parent 4c960e4ab5
commit de91702dff
4 changed files with 1278 additions and 1 deletions

View File

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