Add message of not exist Best Results

This commit is contained in:
2023-09-20 13:50:34 +02:00
parent fc81730dfc
commit 8257a6ae39
5 changed files with 17 additions and 2 deletions

View File

@@ -300,7 +300,7 @@ namespace platform {
if (openExcel) {
workbook_close(workbook);
}
cout << "Done!" << endl;
cout << Colors::RESET() << "Done!" << endl;
}
}