MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

01.37-isSameConcept2/main.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int main()
32{
33 int a = 1;
34 int b = 2;
35
36 const auto res = add(a, b);
37}

Callers

nothing calls this directly

Calls 1

addFunction · 0.70

Tested by

no test coverage detected