#include #include "../test-libshared/library.h" int main() { std::cout << "Hello, World!" << std::endl; hello(); return 0; }