8 lines
68 B
C++
8 lines
68 B
C++
#include "http.h"
|
|
|
|
int main()
|
|
{
|
|
start_server();
|
|
return 0;
|
|
}
|