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