Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
NinjaPrivateDeps
/
hello_lib.cpp
blob: d67113f85149569abdfeea8defdd45664d482d8f [
file
] [
log
] [
blame
]
#include
"hello_lib.h"
#include
<iostream>
void
say_hello
()
{
std
::
cout
<<
"hello"
<<
std
::
endl
;
}