static void Main(string[] args)
        {
            Anagram anagram = new Anagram();

            // @"../../fileInput.txt" is the file name for the input file used.
            anagram.ProcessFile(@"../../fileInput.txt");
        }