diff --git a/rtrServer.cpp b/rtrServer.cpp index be87a0e7..df4553cb 100644 --- a/rtrServer.cpp +++ b/rtrServer.cpp @@ -48,6 +48,7 @@ int main () { std::getline(std::cin, address); std::cout << "command: "; std::getline(std::cin, cmd); + std::newl; send(trim(address), trim(cmd)); } return 0;