blob: 99f18cc96c5628c3b0710f31b40b5657129c7c86 [file] [log] [blame]
#include "examples/windows/dll/hello-library.h"
int main() {
char *now = get_time();
say_hello(now);
return 0;
}