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" #include "../lib/exec.hpp"
using namespace std; using namespace std;
using namespace marcelb;
int main() { int main() {
string out = exec("ls -lha"); string out = exec("ls -lha");
cout << out << endl; cout << out << endl;
return 0; return 0;
} }

Binary file not shown.