https://github.com/patrickroberts/adventofcode
https://github.com/patrickroberts/adventofcode
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickroberts/adventofcode
- Owner: patrickroberts
- Created: 2020-12-11T07:26:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T08:41:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T13:07:05.448Z (11 months ago)
- Language: JavaScript
- Homepage: https://adventofcode.com
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :christmas_tree: [Advent of Code](https://adventofcode.com/)
## Installation
* ### [Node.js](https://nodejs.org/)
## Usage
To run a specific puzzle:
```sh
node YYYY/dayDD/partN.js [input="YYYY/dayDD/partN/input.txt"]
```
To run all available puzzles for a year:
```sh
node index.js YYYY
```