summary refs log tree commit diff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
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;
 }