12 lines
252 B
C++
12 lines
252 B
C++
![]() |
#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.";
|
||
|
}
|