diff --git a/Taschenrechner/Program.cs b/Taschenrechner/Program.cs index 9bc28de..e6dcfca 100644 --- a/Taschenrechner/Program.cs +++ b/Taschenrechner/Program.cs @@ -10,7 +10,7 @@ static void Main(string[] args) ConsoleView view = new ConsoleView(model); AnwendungsController controller = new AnwendungsController(view, model); - controller.Ausfuehren(); + controller.Ausfuehren(); } } }