mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #465] [CLOSED] Added another client and server program with a readme file #864
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/465
Author: @sakibn
Created: 10/24/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
398d757Added another client and server program with a readme file41ece7bUpdate README.md📊 Changes
9 files changed (+484 additions, -0 deletions)
View changed files
➕
Another Simple Client Server/Readme.md(+21 -0)➕
Another Simple Client Server/client_server/Makefile(+8 -0)➕
Another Simple Client Server/client_server/client/Makefile(+5 -0)➕
Another Simple Client Server/client_server/client/client.c(+161 -0)➕
Another Simple Client Server/client_server/client/first.txt(+2 -0)➕
Another Simple Client Server/client_server/server/Makefile(+5 -0)➕
Another Simple Client Server/client_server/server/first.txt(+2 -0)➕
Another Simple Client Server/client_server/server/server.c(+269 -0)📝
README.md(+11 -0)📄 Description
Hello, I decided to add a client/server program. I know there is already similar programs. but I think this will enable learner to see different perspective of programmer writing these programs.
Please feel free to ask any questions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.