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

https://github.com/mugimaru/adventofcode2018

Solves advent of code 2018 puzzles in elixir.
https://github.com/mugimaru/adventofcode2018

Last synced: 2 months ago
JSON representation

Solves advent of code 2018 puzzles in elixir.

Awesome Lists containing this project

README

          

# AdventOfCode 2018

Solve [Advent of Code 2018](https://adventofcode.com/2018) puzzles with [elixir](https://elixir-lang.org/).

## Installation

```
mix deps.get
mix escript.build
```

## Usage

To solve second part of a puzzle from day 1 run

./aoc 1 2