Пример #1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World");

            DictionaryService dict = new DictionaryService();

            dict.CreateDictionary();


            var input = Console.Read();

            //if (input == '')
            //{

            //}
        }