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

https://github.com/runlevel5/anagrams_solver_crystal

Anagrams Solver kata in Crystal
https://github.com/runlevel5/anagrams_solver_crystal

Last synced: over 1 year ago
JSON representation

Anagrams Solver kata in Crystal

Awesome Lists containing this project

README

          

# Anagrams Finder

Read a wordlist.txt then output anagrams groups

## Getting started

Run `crystal deps` to install deps

Run `crystal spec` to test