From 501870d844b5fd022ca8d2bfcb8daeb386f74f79 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Mon, 25 Jul 2022 15:27:07 +0100 Subject: [PATCH] removed a print line --- Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.cs b/Program.cs index 28ac03c..97baaa1 100644 --- a/Program.cs +++ b/Program.cs @@ -129,7 +129,6 @@ class lpr381 printTable(newTable); bool optimal = false; newTable = flipZ(newTable); - Console.WriteLine("\e[31mRed Text\e[0m"); while (!optimal) { int pivotCol = findPivotCol(newTable);