mirror of
https://github.com/mrfluffy-dev/lpr.git
synced 2026-01-17 02:10:33 +00:00
removed a print line
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user