#include "library.h" #include void hello() { std::cout << "Hello, World BUT from library!" << std::endl; }