Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ greet
Function
greet
01-HelloWorld/hello.cpp:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
char const* greet()
2
{
3
return
"hello, world"
;
4
}
5
6
#include <boost/python.hpp>
7
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected