This commit is contained in:
2022-12-06 08:21:39 +00:00
parent e43eea0f6e
commit 4c960e4ab5
5 changed files with 45 additions and 1 deletions

View File

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