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

https://github.com/cloud8421/99-elixir-problems

Elixir version of 99 Prolog problems.
https://github.com/cloud8421/99-elixir-problems

Last synced: about 1 month ago
JSON representation

Elixir version of 99 Prolog problems.

Awesome Lists containing this project

README

          

NinetyNineProblems
==================

[![Build Status](https://travis-ci.org/cloud8421/99-elixir-problems.svg?branch=master)](https://travis-ci.org/cloud8421/99-elixir-problems)

Solutions for the [99 Prolog problems exercise](https://sites.google.com/site/prologsite/prolog-problems) in Elixir.

Exercises are solved as tests, so to check that they work it's enough to run `mix test`.