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

https://github.com/seanhandley/adventofcode2017

Solutions for Advent of Code 2017 http://adventofcode.com
https://github.com/seanhandley/adventofcode2017

advent-of-code elixir ruby

Last synced: 2 months ago
JSON representation

Solutions for Advent of Code 2017 http://adventofcode.com

Awesome Lists containing this project

README

          

# Advent of Code 2017

```
*
/.\
/..'\
/'.'\
/.''.'\
/.'.'.\
"'""""/'.''.'.\""'"'"
^^^[_]^^^
```

Solutions for the 2017 Advent of Code challenge.

## To Install

You'll need to install [Ruby](https://www.ruby-lang.org/en/documentation/installation/), and [Elixir](http://elixir-lang.github.io/install.html) before you can run these solutions.

## To Run

To run from repository root directory:

### Ruby

`cat solutions/day_01/input.txt | solutions/day_01/advent1.1.rb`

### Elixir

`cat solutions/day_01/input.txt | solutions/day_01/advent1.1.ex`

[http://adventofcode.com](http://adventofcode.com)