1 #include "webserver_run.hpp" 2 3 int main(int /*argc*/, char** /*argv*/) noexcept(false) 4 { 5 return run(); 6 } 7