Ecosyste.ms: Awesome

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

https://github.com/leyanlo/advent-of-code

Advent of Code solutions in JS
https://github.com/leyanlo/advent-of-code

advent-of-code javascript

Last synced: 6 days ago
JSON representation

Advent of Code solutions in JS

Lists

README

        

# Advent of Code solutions

[Advent of Code](https://adventofcode.com/) solutions in JS. Run using node, e.g.

```sh
cd 2015
node day-01.js
```