From 08065c1327806cfe46d35d6a331aa25b8ff6d5d9 Mon Sep 17 00:00:00 2001 From: Michael Ghebremussie <Michael.ghebremussie@student.reutlingen-university.de> Date: Tue, 13 Dec 2022 12:01:09 +0100 Subject: [PATCH] Changed Args --- Aufgabe3/ConsoleApplication1/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aufgabe3/ConsoleApplication1/Program.cs b/Aufgabe3/ConsoleApplication1/Program.cs index b634bea..079df73 100644 --- a/Aufgabe3/ConsoleApplication1/Program.cs +++ b/Aufgabe3/ConsoleApplication1/Program.cs @@ -16,8 +16,8 @@ namespace ConsoleApplication1 public static void Main(string[] args) { - int nrProd = 1; - int nrCons = 1; + int nrProd = 0; + int nrCons = 0; //Parse received program arguments to int try -- GitLab