#include #include "../src/server.hpp" int main() { SimpleHttpServer server; server.start_listening(8080); std::println("Bye!"); }