diff options
author | HanEmile <emile.hansmaennel@gmail.com> | 2017-02-14 18:06:55 +0100 |
---|---|---|
committer | HanEmile <emile.hansmaennel@gmail.com> | 2017-02-14 18:06:55 +0100 |
commit | 299c39c511490e0f234c30f1ca3555bade1d5595 (patch) | |
tree | 581f33c597ce98ee37208ec73a6873d207d3ff77 /main.cpp | |
parent | 129a771979ad2cb74b3c30808f96335eb1925171 (diff) |
added python file for downloading data, added TLE Folder for storing data
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; } |