#include "library.h"

#include <iostream>

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