Skip to content
Snippets Groups Projects
Commit 08065c13 authored by Michael Ghebremussie's avatar Michael Ghebremussie
Browse files

Changed Args

parent f5812d00
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment