diff --git a/cpp/client.cpp b/cpp/client.c similarity index 99% rename from cpp/client.cpp rename to cpp/client.c index c48b677..fa5da70 100644 --- a/cpp/client.cpp +++ b/cpp/client.c @@ -41,4 +41,4 @@ int main(int argc, char const *argv[]) valread = read( sock , buffer, 1024); printf("%s\n",buffer ); return 0; -} \ No newline at end of file +}