Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
int main() {
18
Person person(
"Alice"
, 30);
19
person.greet();
20
return 0;
21
}
Callers
nothing calls this directly
Calls
1
greet
Method · 0.45
Tested by
no test coverage detected