Application, that finds all anagrams for provided word from a provided dictionary.
Returns executation time in microseconds and anagramms.
Compile: gcc anagramm.c -o ./bin/anagramm
Run: ./bin/anagramm lemmad.txt word
Tested on Ubuntu 18.04.02
https://github.com/taunoe/anagramm
