Sign in
bazel
/
bazel
/
b579b9488fb71faa39f17bcc76d87c4396e90735
/
.
/
base_workspace
/
examples
/
cpp
/
hello-lib.cc
blob: aee43ba4291597b40f3ddf8d6184e3649fec069d [
file
] [
log
] [
blame
]
#include
"examples/cpp/hello-lib.h"
#include
<stdio.h>
void
greet
(
const
char
*
obj
)
{
printf
(
"hello %s\n"
,
obj
);
}