test/test_on_vector.cpp

6 lines
67 B
C++
Raw Normal View History

2025-05-08 16:16:11 +08:00
#include <test.h>
void Test::Test()
{
std::cout << "test\n";
}