6 lines
67 B
C++
6 lines
67 B
C++
#include <test.h>
|
|
|
|
void Test::Test()
|
|
{
|
|
std::cout << "test\n";
|
|
} |