MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / main

Function main

Exercises/NoModules/Appendix A/SolnA_07A/SolnA_07A.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6extern unsigned count;
7
8int main()
9{
10 print_this("It is our choices that show what we truly are, ");
11 print_that("far more than our abilities.");
12 // -- Albus Dumbledore
13
14 std::cout << "\n(print() was called " << count << " times)";
15}

Callers

nothing calls this directly

Calls 2

print_thisFunction · 0.70
print_thatFunction · 0.70

Tested by

no test coverage detected