webserv/webserv/main.cpp

8 lines
108 B
C++

#include <webserv/mymodule/MyModule.hpp>
int main()
{
MyModule module;
module.doSomething();
return 0;
}