From efc13bc4e7265a0902da6ba2eae53224862e3aab Mon Sep 17 00:00:00 2001 From: Mehrdad Date: Tue, 21 Nov 2023 22:13:51 +0330 Subject: [PATCH] update: new comment --- Q1/test/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Q1/test/main.cpp b/Q1/test/main.cpp index 1659be8..f74e756 100644 --- a/Q1/test/main.cpp +++ b/Q1/test/main.cpp @@ -1,5 +1,5 @@ #include "gtest/gtest.h" - +// new comment int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS();