12 lines
No EOL
252 B
C++
Executable file
12 lines
No EOL
252 B
C++
Executable file
#include <string> // std::string
|
|
#include <iostream> // std::cout
|
|
#include <sstream> // std::stringstream
|
|
#include <vector>
|
|
#include <string>
|
|
//#include "Parserv3.h"
|
|
//#include "DBEngine.h"
|
|
|
|
int main()
|
|
{
|
|
cout << "Testing.";
|
|
} |