An open API service indexing awesome lists of open source software.

https://github.com/patrickroberts/adventofcode


https://github.com/patrickroberts/adventofcode

Last synced: 2 months ago
JSON representation

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
```