#include #include #include int main () { printf("hello from psd!\n"); fflush(stdout); sleep(5); return 0; }