exec/lib/exec.hpp
2023-06-27 10:38:27 +02:00

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