Example #1
0
        static void Main(string[] args)
        {
            DecryptMorse    decrypt = new DecryptMorse();
            WordDictionnary word    = new WordDictionnary();

            foreach (var d in decrypt.DecryptCaracters())
            {
                Console.WriteLine(d);
            }

            word.getWords();


            // Console.WriteLine(tool.ReadFile("google1000.txt"));
            Console.ReadLine();
        }