#include "menu.cpp"
#include "server.cpp"
int main(int ragc, char* argv[]) {
void* ctx = menuInit();
serve(menu, ctx);
menuCleanup(ctx);
}