Add README.md

This commit is contained in:
2026-06-04 20:07:50 -07:00
parent 698f67d174
commit e611700c69
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
httpserver
compile_commands.json
bin/
config.json
+5
View File
@@ -0,0 +1,5 @@
# cse-130-http-server
Final extra credit assignment for UCSC CSE130 Spring 2026.
Build with `make` and run with `./httpserver <port>`.