blob: 99f18cc96c5628c3b0710f31b40b5657129c7c86 [file] [log] [blame]
Yun Penga65ce6d2019-02-12 01:41:08 -08001#include "examples/windows/dll/hello-library.h"
2
3int main() {
4 char *now = get_time();
5 say_hello(now);
6 return 0;
7}