Skip to content
Snippets Groups Projects
Commit 540f0eb0 authored by Niklas Bretz's avatar Niklas Bretz
Browse files

Translated console outs

parent e226d973
No related branches found
No related tags found
No related merge requests found
using System;
using System;
using System.Threading;
namespace ConsoleApplication1
......@@ -31,7 +31,7 @@ namespace ConsoleApplication1
if (wakeProducersUp)
{
Console.WriteLine("producer wurde aufgeweckt");
Console.WriteLine("producer was woken up");
isAsleep = false;
}
}
......@@ -71,4 +71,4 @@ namespace ConsoleApplication1
}
}
}
\ No newline at end of file
}
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