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