9 lines
100 B
C++
9 lines
100 B
C++
#include <test.h>
|
|
|
|
void Test::Test()
|
|
{
|
|
std::cout << "test\n";
|
|
}
|
|
|
|
// Add new comment for testing
|