TOMLMap parser finish

This commit is contained in:
Talyx
2022-01-23 23:03:52 +03:00
parent 95bccc87ef
commit e7f32c96e5
5 changed files with 179 additions and 20 deletions

View File

@@ -10,8 +10,9 @@ int main(int argc, char **argv)
Server server;
server.readConfig();
// server.setupConfig();
// server.start();
server.setupConfig();
server.start();
// server.end();
return (0);