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.
- Host: GitHub
- URL: https://github.com/cloud8421/99-elixir-problems
- Owner: cloud8421
- Created: 2014-05-26T14:19:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T13:09:16.000Z (about 12 years ago)
- Last Synced: 2025-01-13T01:30:34.824Z (over 1 year ago)
- Language: Elixir
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NinetyNineProblems
==================
[](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`.