Beispiel #1
0
        static void Main(string[] args)
        {
            WorkWithText workWithText = new WorkWithText("input.txt");
            LexAnelasy   lexAnelasy   = new LexAnelasy(workWithText.GetLines());

            lexAnelasy.Analyse();
            Console.ReadLine();
        }