Fixed problem that line end char is missing on start messagein simple

server example
This commit is contained in:
yhirose 2020-03-13 16:36:33 -04:00
parent 7b3cea5317
commit ab96f49766

View file

@ -127,7 +127,7 @@ int main(int argc, const char **argv) {
return 1;
}
cout << "The server started at port " << port << "...";
cout << "The server started at port " << port << "..." << endl;
svr.listen("localhost", port);