Push all code

This commit is contained in:
MaxanRus 2021-12-09 19:33:51 +03:00
parent 347987bb66
commit ba2bf4b404
10 changed files with 1671 additions and 0 deletions

7
tests/MainTest.cpp Normal file
View file

@ -0,0 +1,7 @@
#include <gtest/gtest.h>
int main() {
testing::InitGoogleTest();
return RUN_ALL_TESTS();
}