Beispiel #1
0
        private static void Main(string[] args)
        {
            string[]             localArgs     = { "input.txt", "is", "REPLACED" };
            ConsoleUserInterface userInterface = new ConsoleUserInterface();

            userInterface.ReadUserInput(localArgs);
        }