8 lines
142 B
C++
8 lines
142 B
C++
#include <webserv/mymodule/MyModule.hpp>
|
|
|
|
#include <iostream>
|
|
|
|
void MyModule::doSomething()
|
|
{
|
|
std::cout << "Doing something!" << std::endl;
|
|
} |