#include <gtest/gtest.h>
TEST(SampleTest, Add)
{
    EXPECT_EQ(3, add(1, 2));
}
