mirror of
https://github.com/mrfluffy-dev/lpr.git
synced 2026-01-17 10:20:33 +00:00
removed a print line
This commit is contained in:
@@ -129,7 +129,6 @@ class lpr381
|
|||||||
printTable(newTable);
|
printTable(newTable);
|
||||||
bool optimal = false;
|
bool optimal = false;
|
||||||
newTable = flipZ(newTable);
|
newTable = flipZ(newTable);
|
||||||
Console.WriteLine("\e[31mRed Text\e[0m");
|
|
||||||
while (!optimal)
|
while (!optimal)
|
||||||
{
|
{
|
||||||
int pivotCol = findPivotCol(newTable);
|
int pivotCol = findPivotCol(newTable);
|
||||||
|
|||||||
Reference in New Issue
Block a user