Add tests

This commit is contained in:
Данил
2025-07-28 20:09:18 +07:00
parent 4bbfad8f1f
commit 9676da8861
27 changed files with 408 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "ClassA.h"
#include <iostream>
int ClassA::foo()
{
return 0;
}