mirror of
https://github.com/avinal/Krypto.git
synced 2026-01-10 23:28:36 +05:30
main file added
This commit is contained in:
15
src/Main.cpp
Normal file
15
src/Main.cpp
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* /mnt/z/my_git/RCRS-CSD-327/src/Main.cpp
|
||||||
|
* @file Main.cpp
|
||||||
|
* @author Avinal Kumar
|
||||||
|
* @since February 18, 2021
|
||||||
|
*
|
||||||
|
* The driver code
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <blowfish/blowfish.hpp>
|
||||||
|
#include <iostream>
|
||||||
|
int main(int argc, char const *argv[]) {
|
||||||
|
std::cout << "Hello Encryption";
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user