Removed extra line printed after each generation, to better match the original's visuals.

This commit is contained in:
Dyego Maas
2022-01-12 20:23:17 -03:00
parent b93cc409e2
commit 2ac2819151

View File

@@ -150,8 +150,7 @@ void ProcessSimulation()
{
matrixOutput.AppendLine();
}
Console.WriteLine(matrixOutput);
Console.WriteLine();
Console.Write(matrixOutput);
void UpdateSearchArea()
{