#include #include int main(){ std::cout << "Download Data" << std::endl; command system("ls -l"); return 0; }