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