This commit is contained in:
2022-12-03 23:44:39 +00:00
parent 6833bfb1e3
commit 9574f3b126
5 changed files with 363 additions and 17 deletions

View File

@@ -12,6 +12,6 @@
},
"scripts": {
"start": "nodemon src/2022/day2/index.ts"
"start": "nodemon src/2022/day3/index.ts"
}
}