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
+6
View File
@@ -0,0 +1,6 @@
#include "ClassE.h"
int ClassE::foo()
{
return 4;
}