#include #include int main() { printf("Hello there"); fflush(stdout); while(1) { sleep(1); } return 0; }