check in existing work

This commit is contained in:
water
2020-08-22 22:30:12 -04:00
parent 4fe75d3cc0
commit acf086a3d2
160 changed files with 32609 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "gtest/gtest.h"
TEST(test, test) {
EXPECT_TRUE(true);
EXPECT_FALSE(false);
}