https://github.com/bryanjclark/advent-of-code-2021
https://github.com/bryanjclark/advent-of-code-2021
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryanjclark/advent-of-code-2021
- Owner: bryanjclark
- Created: 2021-12-02T05:43:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T18:47:16.000Z (over 3 years ago)
- Last Synced: 2024-12-30T21:24:27.296Z (5 months ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2021
To run any of these files, just run `node dec04.js` (or whatever date). Many use `lodash`, so you'll need to `yarn install` in this directory to get things set up first.