Added README file

This commit is contained in:
2023-03-24 08:10:00 -05:00
parent 590b2ffbc5
commit 5b97a27a8e

16
README.md Normal file
View File

@@ -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).