From d79623f6b832f226a553a0e58a4a2f5b7b913bef Mon Sep 17 00:00:00 2001 From: Barbara Hunter Date: Mon, 11 Mar 2019 18:43:57 -0400 Subject: [PATCH] init --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8fd528143..26956c73a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # A Simple Web Server in C + + In this project, we'll finish the implementation of a web server in C. What you need to write: