Added namespace

This commit is contained in:
Alexander Huddleston 2015-09-27 15:38:01 -05:00
parent 50bff50cef
commit bcb9b0de81

View file

@ -6,7 +6,9 @@
//#include "Parserv3.h"
//#include "DBEngine.h"
using namespace std;
int main()
{
cout << "Testing.";
cout << "Testing." << endl;
}