Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 136 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 136 Bytes

simple-http-server

testing my skills dealing with modern c++

to build:

mkdir build
cmake -S . -B build
cmake --build build