Adventofcode2018
AoC 2018
Install / Use
/learn @seanhandley/Adventofcode2018README
Advent of Code 2018
*
/.\
/..'\
/'.'\
/.''.'\
/.'.'.\
"'""""/'.''.'.\""'"'"
^^^[_]^^^
Solutions for the 2018 Advent of Code challenge.
To Install
You'll need to install Ruby, and Elixir before you can run these solutions.
To Run
To run from repository root directory:
Ruby
cat ruby/day_01/input.txt | ruby/day_01/advent1.1.rb
Elixir
cat elixir/day_01/input.txt | elixir/day_01/advent1.1.exs
