MCPcopy 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
22int 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

addFunction · 0.70

Tested by

no test coverage detected