This commit is contained in:
2022-12-04 16:33:24 +00:00
parent d68ac87ca9
commit 57f3bd59e1
4 changed files with 1030 additions and 1 deletions

View File

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