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

Function main

01.07-nestedRequirement0/main.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28int main()
29{
30 printf("%d\n", add(2, 3, 4));
31
32 printf("%d\n", add(2, 5));
33}

Callers

nothing calls this directly

Calls 1

addFunction · 0.70

Tested by

no test coverage detected