#include int main(int argc, char **argv) { std::cout << "Server running" << std::endl; return 0; }