Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhanji/g3
/ add
Function
add
examples/test_code/example.c:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
int add(int a, int b) {
8
return a + b;
9
}
10
11
int main() {
12
greet(
"C"
);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected