Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
01.34-isSameConcept0/main.cpp:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int main()
27
{
28
int a = 1;
29
int b = 2;
30
31
const auto res = add(a, b);
32
}
Callers
nothing calls this directly
Calls
1
add
Function · 0.70
Tested by
no test coverage detected