Parse to proper format
This commit is contained in:
parent
c3c0b57036
commit
069c450f72
@ -78,7 +78,7 @@ namespace MonoGameView.Algorithms
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Console.WriteLine($"Counts : {count}");
|
Console.WriteLine($"Counts : {count}");
|
||||||
using (StreamWriter writer = new StreamWriter("chuj.txt"))
|
using (StreamWriter writer = new StreamWriter("chuj4.txt"))
|
||||||
{
|
{
|
||||||
foreach (var item in dataToLog)
|
foreach (var item in dataToLog)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user