Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
d
/
10 d cpp
/
libfile.cpp
blob: 2ea67fc9291aedd5160d0c43c7df271db53b4e74 [
file
] [
edit
]
#include
<iostream>
void
print_hello
(
int
i
)
{
std
::
cout
<<
"Hello. Here is a number printed with C++: "
<<
i
<<
".\n"
;
}