#include #include #define PORT 9000 #define HOST "127.0.0.1" int main() { getc(stdin); printf("Client Exit\n"); return 0; }