Initial commit

This commit is contained in:
Alex Selimov 2025-04-15 19:07:31 +00:00
commit 311a93cdd6
15 changed files with 2702 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include "gtest/gtest.h"
TEST(Example, Equals) {
EXPECT_EQ(1, 1);
}