add basic readme

This commit is contained in:
2026-02-22 01:53:52 +01:00
parent 9fef588af0
commit 7bf168f0cb

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Webserver
A simple https webserver written in C.
## Build
```bash
mkdir build
cmake ..
make
```
## Usage
```bash
./Webserver
```
## License
[MIT](LICENSE)