Solution by Ruben Westerberg These solutions use the words list/dictionary sourced from https://github.com/dwyl/english-words. End of line was changed from dos to unix for the purpose of these programs #Challenge 1: Write a program which prints out all anagrams for a given word. Usage: give a single command line argument which is the word/sequence to find anagrams for #Challenge 2: Write a program to find the sequence of characters that has the most anagrams Run without commandline arguments.