Skip to content

Commit

Permalink
Merge pull request #39 from Sunt-ing/patch-1
Browse files Browse the repository at this point in the history
Update dev/main.cpp: using namespace std
  • Loading branch information
SergeyBel authored Jul 24, 2021
2 parents 2a60641 + 303f756 commit 6c4a3e3
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 6c4a3e3

Please sign in to comment.