Readme, comments

dev
marcelb 8 months ago
parent 651e290377
commit cd295a93b6
  1. 3
      test/test.cpp
  2. BIN
      test/test.o

@ -3,13 +3,12 @@
#include "../lib/exec.hpp"
using namespace std;
using namespace marcelb;
int main() {
string out = exec("ls -lha");
cout << out << endl;
return 0;
}

Binary file not shown.
Loading…
Cancel
Save