#include #include #include #include bool keep_going = true; int main(int argc, char* argv[]){ while( keep_going ){ // do nothing... } return 0; }