test/test_on_vector.cpp

8 lines
70 B
C++
Raw Permalink Normal View History

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