#include #include int main() { TestStaticLib testStaticLib; testStaticLib.hello(); std::cout << testStaticLib.add(1,2) << std::endl; return 0; }