mirror of
https://github.com/seigler/rockstar-playground
synced 2025-07-26 09:16:09 +00:00
running rockstar on input
This commit is contained in:
commit
0f5c35af68
24 changed files with 536 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "advent-of-code-2020-rockstar",
|
||||
"version": "1.0.0",
|
||||
"description": "Rockstar solutions to the 2020 Advent of Code",
|
||||
"main": "start.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Joshua Seigler",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"n-readlines": "^1.0.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue