mirror of
https://github.com/avinal/Krypto.git
synced 2026-01-10 23:28:36 +05:30
filesystem added
This commit is contained in:
13
src/Main.cpp
13
src/Main.cpp
@@ -7,14 +7,11 @@
|
||||
* The driver code
|
||||
*/
|
||||
|
||||
#include "Utils.hpp"
|
||||
using namespace MCPS;
|
||||
int main(int argc, char const *argv[]) {
|
||||
fileop start;
|
||||
auto data = start.scan_current_directory();
|
||||
#include "Utils.h"
|
||||
|
||||
int main(int argc, char const *argv[]) {
|
||||
krypto::fileop test;
|
||||
std::vector<char> buffer;
|
||||
|
||||
for (auto d : data) {
|
||||
d.second.print();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user