Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
Anagrams Solver kata in Crystal
- Host: GitHub
- URL: https://github.com/runlevel5/anagrams_solver_crystal
- Owner: runlevel5
- Created: 2015-11-26T04:57:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T05:00:45.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T14:48:56.200Z (7 months ago)
- Language: Crystal
- Size: 1.31 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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