#include "commun.h" #include "http/http_server.h" int main() { http_server(); return 0; }