#include int main() { printf("Server starting...\n"); printf("Press any key to exit...\n"); scanf_s("0"); return 0; }