#include "hello.h"

HELLOFNC void STDCALL hello_dll() {
printf( "hello from hello_dll_project.cpp\n");
}