diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp index afed0aa..d3b6ea6 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,9 @@ #include <iostream> +#include <stdlib.h> int main(){ - std::cout << "Hello World" << std::endl; + std::cout << "Download Data" << std::endl; + command + system("ls -l"); return 0; } |