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
- Host: GitHub
- URL: https://github.com/seanhandley/adventofcode2017
- Owner: seanhandley
- Created: 2017-11-26T15:01:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T16:43:50.000Z (over 8 years ago)
- Last Synced: 2025-07-03T07:47:20.892Z (12 months ago)
- Topics: advent-of-code, elixir, ruby
- Language: Ruby
- Size: 522 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)