1 // SPDX-License-Identifier: Apache-2.0 2 // SPDX-FileCopyrightText: Copyright OpenBMC Authors 3 #include "webserver_run.hpp" 4 5 int main(int /*argc*/, char** /*argv*/) noexcept(false) 6 { 7 return run(); 8 } 9