Parse to proper format

This commit is contained in:
Michał Dulski 2019-06-13 15:29:16 +02:00
parent c3c0b57036
commit 069c450f72

View File

@ -78,7 +78,7 @@ namespace MonoGameView.Algorithms
*/
Console.WriteLine($"Counts : {count}");
using (StreamWriter writer = new StreamWriter("chuj.txt"))
using (StreamWriter writer = new StreamWriter("chuj4.txt"))
{
foreach (var item in dataToLog)
{