#include "hello.h"

int main() {
printf( "hello sailor!\n");
hello_dll();
return 0;
}