diff --git a/CM2005 Object Oriented Programming/Topic 5/5.1.15/MerkelMain.cpp b/CM2005 Object Oriented Programming/Topic 5/5.1.15/MerkelMain.cpp index a67711c..eeb3b3d 100644 --- a/CM2005 Object Oriented Programming/Topic 5/5.1.15/MerkelMain.cpp +++ b/CM2005 Object Oriented Programming/Topic 5/5.1.15/MerkelMain.cpp @@ -143,7 +143,6 @@ void MerkelMain::enterBid() void MerkelMain::printWallet() { - std::cout << "Your wallet is empty. " << std::endl; std::cout << wallet.toString() << std::endl; } diff --git a/CM2005 Object Oriented Programming/Topic 5/5.1.15/a.exe b/CM2005 Object Oriented Programming/Topic 5/5.1.15/a.exe index 9e4f4a3..384aa2d 100644 Binary files a/CM2005 Object Oriented Programming/Topic 5/5.1.15/a.exe and b/CM2005 Object Oriented Programming/Topic 5/5.1.15/a.exe differ