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

Function hello_world

samples/example.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void hello_world(const chaiscript::Boxed_Value & /*o*/)
30{
31 std::cout << "Hello World\n";
32}
33
34void hello_constructor(const chaiscript::Boxed_Value & /*o*/)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected