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

https://github.com/kinson/advent-of-code-2018

Solutions for advent of code challenges https://adventofcode.com/2018/
https://github.com/kinson/advent-of-code-2018

Last synced: 3 months ago
JSON representation

Solutions for advent of code challenges https://adventofcode.com/2018/

Awesome Lists containing this project

README

        

# Advent of Code 2018

> Let's see how this goes.

All of these answers are written in elixir.

To run any of them install elixir (v1.7.4) and change directories to the solution you wish to run.

```elixir
iex
iex(1)> c "solution.ex"
iex(2)> Solution.solve
```