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