shm/main.cpp
2025-07-22 15:16:40 +08:00

8 lines
68 B
C++

#include "http.h"
int main()
{
start_server();
return 0;
}