Exemple #1
0
        static void Main(string[] args)
        {
            var testApp = new TestApp(Console.WriteLine, Console.ReadLine);

            testApp.Start();
        }