#include int main(int argc, char ** argv) { system("echo test of system"); return 0; }