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