Gitiles
Code Review
Sign In
gerrit.benkard.de
/
hello-world-ng
/
38610ae1507e66e29703cc36fb78d6dbcdcfeb62
/
.
/
mod
/
greeting.hpp
blob: c9d1a3d56fcf74dc61bdd4ebea425eae5cdff786 [
file
] [
log
] [
blame
]
#pragma
once
#include
<string>
namespace
greeting
{
std
::
string
make_greeting
(
std
::
string
const
&
greetee
);
}