mru2 / advent-of-code-2017

My solutions to the Advent of Code 2017 challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2017

My solutions for the 2017 Advent of code challenge.

Add a solution (e.g for day 1)

  • Download the input into the inputs/day1.txt file
  • Create a solver into lib/aoc/day1 named Aoc.Day1
  • Make the solver implement the solve1/1 and solve2/1 methods. They will be given the input lines as an input
  • Run it with the command mix solve day1

About

My solutions to the Advent of Code 2017 challenges


Languages

Language:Elixir 100.0%