diff --git a/DBApp.cpp b/DBApp.cpp index d12b1c2..82f49d6 100755 --- a/DBApp.cpp +++ b/DBApp.cpp @@ -6,7 +6,9 @@ //#include "Parserv3.h" //#include "DBEngine.h" +using namespace std; + int main() { - cout << "Testing."; -} \ No newline at end of file + cout << "Testing." << endl; +}