mirror of
https://github.com/seigler/aoc2024
synced 2025-07-27 00:56:10 +00:00
day 16 not working yet
This commit is contained in:
parent
4ba525c65f
commit
223327735b
4 changed files with 159 additions and 5 deletions
|
@ -15,12 +15,15 @@
|
|||
"author": "Joshua Seigler",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/heap": "^0.2.34",
|
||||
"@types/node": "^16.11.6",
|
||||
"aocrunner": "^1.10.0",
|
||||
"prettier": "^2.8.0"
|
||||
"prettier": "^2.8.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"engines": {
|
||||
"node": ">=16.13.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"heap": "^0.2.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue