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

https://github.com/mistereo/adventofcode-solutions

My solutions to Advent of Code http://adventofcode.com/
https://github.com/mistereo/adventofcode-solutions

Last synced: about 2 months ago
JSON representation

My solutions to Advent of Code http://adventofcode.com/

Awesome Lists containing this project

README

        

# Advent of Code solutions

My solutions to [Advent of Code](http://adventofcode.com/).

Each day solution contains files `1.js`, `2.js` (for 1st and 2nd parts of the day) and `input.txt`.

## Usage

[Node.js](https://nodejs.org) required.

Install npm dependencies:

```console
npm install
```

To run solution for specific day/part use `-d` and `-p`:

```console
node index -d 23 -p 2
```

## License

The MIT License (MIT)