Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 268 Bytes

Anagrams

Takes a dictionary and a character-list and spits out all words in the dictionary that can be formed from that character list.

Usage

$ mix run cli.exs (Exit with ctrl-c)

Running tests

$ mix test or $ mix coveralls or $ mix coveralls.html