mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-11 02:08:46 +02:00
「✨」 feat: Finished parsing (should be working)
This commit is contained in:
@ -6,12 +6,14 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/03 15:45:07 by mmoussou #+# #+# */
|
||||
/* Updated: 2025/03/19 16:02:30 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/03/25 17:10:29 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "config/Server.hpp"
|
||||
#include <tomlpp.hpp>
|
||||
|
||||
int main(int, char **) {
|
||||
webserv::config::Server serverConf("exemples/test.toml");
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user