MCPcopy Create free account
hub / github.com/dhanji/g3 / main

Function main

examples/test_code/example.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17int main() {
18 Person person("Alice", 30);
19 person.greet();
20 return 0;
21}

Callers

nothing calls this directly

Calls 1

greetMethod · 0.45

Tested by

no test coverage detected