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

https://github.com/artskydj/advent-of-code-solutions

:christmas_tree: My solutions to Advent Of Code...
https://github.com/artskydj/advent-of-code-solutions

Last synced: 3 months ago
JSON representation

:christmas_tree: My solutions to Advent Of Code...

Awesome Lists containing this project

README

          

# Advent Of Code Solutions

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

## How to use

- install [node.js](https://nodejs.org/en/download)
- clone this repo
- `cd` into this repo
- run `node aoc [year] day half`
- E.g. `node aoc 2015 12 1`
- E.g. `node aoc 2016 25 2`

## 2015

- 13-2 takes 4 minutes to complete
- 22-1 is unfinished
- 22-2 is unfinished
- 25-2 is unfinished

## 2016

- 9-2 is unfinished
- 10 and later are unfinished

## 2017

- All are unfinished

## 2018

- 1 is finished
- All others are unfinished

## 2019

- All are unfinished

## 2020

- All are unfinished

## Authentication (just useful for me)

I am using GitHub OAuth

## License

[MIT](http://choosealicense.com/licenses/mit/)