#include #include #include "example_cpp_lib.h" void helloworld(std::string s) { std::cout << "Hello, " << s << std::endl; }