From 5b97a27a8ec1f8b92c531bb0f9f9ab96b1e42813 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Fri, 24 Mar 2023 08:10:00 -0500 Subject: [PATCH] Added README file --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a678e0d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Easysock +## An easy-to-use C socket library + +*Easysock* is a single-file, easy-to-use socket library, that can be used for network programming in C. It has no dependencies other than the C standard library. + +### Installation + + + + + + + + + +This file was written using [Dillinger](https://dillinger.io).