From 299c39c511490e0f234c30f1ca3555bade1d5595 Mon Sep 17 00:00:00 2001 From: HanEmile Date: Tue, 14 Feb 2017 18:06:55 +0100 Subject: added python file for downloading data, added TLE Folder for storing data --- main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index afed0aa..d3b6ea6 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,9 @@ #include +#include int main(){ - std::cout << "Hello World" << std::endl; + std::cout << "Download Data" << std::endl; + command + system("ls -l"); return 0; } -- cgit 1.4.1