Readme, comments

This commit is contained in:
marcelb 2024-01-07 21:33:04 +01:00
parent 651e290377
commit cd295a93b6
2 changed files with 1 additions and 2 deletions

View File

@ -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.