From 58735e762283b11a910d19577233596245bcb1f9 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Mon, 25 Mar 2024 21:08:45 +0100 Subject: [PATCH] Add readme --- README.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..4de87e7 --- /dev/null +++ b/README.txt @@ -0,0 +1 @@ +Hello. This is an HTTP/1.1 server I built to learn C++. If you want to check out the code you should probably start from src/main.cpp and src/server.hpp :) \ No newline at end of file