Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
01.06-simpleRequirement0/main.cpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
int main()
23
{
24
printf(
"%d\n"
, add(2, 3, 4));
25
26
printf(
"%d\n"
, add(2));
27
}
Callers
nothing calls this directly
Calls
1
add
Function · 0.70
Tested by
no test coverage detected