Add report output to main

This commit is contained in:
2023-08-05 20:29:05 +02:00
parent 7f45495837
commit 506ef34c6f
7 changed files with 100 additions and 3 deletions

View File

@@ -108,6 +108,7 @@ namespace platform {
void cross_validation(const string& path, const string& fileName);
void go(vector<string> filesToProcess, const string& path);
void show();
void report();
};
}
#endif