15 lines
194 B
C++
15 lines
194 B
C++
#ifndef _TRM_
|
|
#define _TRM_
|
|
|
|
#include <iostream>
|
|
// #include <fstream>
|
|
// #include <map>
|
|
// #include <vector>
|
|
#include <string>
|
|
|
|
using namespace std;
|
|
|
|
string exec(const string command);
|
|
|
|
|
|
#endif |