Added namespace
This commit is contained in:
parent
50bff50cef
commit
bcb9b0de81
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,9 @@
|
|||
//#include "Parserv3.h"
|
||||
//#include "DBEngine.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Testing.";
|
||||
cout << "Testing." << endl;
|
||||
}
|
Reference in a new issue