Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunt-ing authored Jul 22, 2021
1 parent 2a60641 commit 303f756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/main.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#include <iostream>
#include "../src/AES.h"
using namespace std;

int main()
{
cout << "Aes dev" << endl;
return 0;
}
}

0 comments on commit 303f756

Please sign in to comment.