MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / hello_world

Function hello_world

src/test_module.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124std::string hello_world()
125{
126 return "Hello World";
127}
128
129static int global_i = 1;
130

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected