added filter algo for existing drives

This commit is contained in:
2020-08-04 17:18:32 +02:00
parent a61d4321f6
commit 27b48de32a
9 changed files with 90 additions and 105 deletions

View File

@ -14,7 +14,7 @@
*/
int main(void)
{
// cout << "refurbishingHddTool" << endl;
// cout << "refurbishingHddTool" << endl;
reHDD* app = new reHDD();
app->app_logic();