From e611700c69939273e45c1b166976a6390820b987 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 4 Jun 2026 20:07:50 -0700 Subject: [PATCH] Add README.md --- .gitignore | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index b9c73bb..d38d173 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ httpserver compile_commands.json bin/ +config.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..46be014 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# cse-130-http-server + +Final extra credit assignment for UCSC CSE130 Spring 2026. + +Build with `make` and run with `./httpserver `.