#include #include #include using namespace std; int main() { while(true) { cout << "Hanging out\n"; sleep(1); } }