From 8dcb1812c7d5265d5aed9c8cfb70225feccfe466 Mon Sep 17 00:00:00 2001 From: ThomasAugs <74880142+ThomasAugs@users.noreply.github.com> Date: Sun, 22 Nov 2020 23:23:35 +0100 Subject: [PATCH] test --- Taschenrechner/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } }