9 lines
70 B
C++
9 lines
70 B
C++
![]() |
#include <test.h>
|
||
|
|
||
|
void Test::Test()
|
||
|
{
|
||
|
std::cout << "test\n";
|
||
|
}
|
||
|
|
||
|
|