14

int hairsLostCount = 0;

while(!Code.isWorking){
Code.tryNewUglyFix();
++hairsLostCount;
Console.WriteLine(
"While fixing the code you lost "
+ hairsLostCount
+ " hairs already."
);
}

Coder.doCoffeeBreak();

Comments
Add Comment