#include int main(int argc, char ** argv) { system("./helloworld"); return 0; }