test/test.h

6 lines
55 B
C
Raw Normal View History

2025-05-05 17:11:46 +08:00
#include <iostream>
class Test
{
public Test();
};