Readme, comments
This commit is contained in:
parent
651e290377
commit
cd295a93b6
@ -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;
|
||||||
}
|
}
|
BIN
test/test.o
BIN
test/test.o
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user