Sign in
bazel
/
bazel
/
d9b766f60208146e8158e50ee24729d85675fb65
/
.
/
examples
/
windows
/
dll
/
hello_world-link-to-dll-via-lib.cpp
blob: 99f18cc96c5628c3b0710f31b40b5657129c7c86 [
file
]
#include
"examples/windows/dll/hello-library.h"
int
main
()
{
char
*
now
=
get_time
();
say_hello
(
now
);
return
0
;
}