This kata is taken from CodeKata's Kata 06.
- Given a file containing one word per line, print out all the combinations of words that are anagrams
- Each line in the output contains all the words from the input that are anagrams of each other
I've used the wordlist specified in the original Kata post: wordlist