From 76aa1c93bb7c58cafc7aa141b0de96cebdbd0dd1 Mon Sep 17 00:00:00 2001 From: Vinay Aggarwal Date: Wed, 24 Oct 2018 23:48:28 +0530 Subject: [PATCH] Rename client.cpp to client.c --- cpp/{client.cpp => client.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename cpp/{client.cpp => client.c} (99%) 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 +}