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

Function main

Exercises/NoModules/Appendix A/SolnA_06/SolnA_06.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "PrintThat.h"
5
6int main()
7{
8 print_this("I have found that it is the small everyday deed of ordinary folks ");
9 print_that("that keep the darkness at bay. Small acts of kindness and love.");
10 // -- Gandalf the Grey
11}

Callers

nothing calls this directly

Calls 2

print_thisFunction · 0.70
print_thatFunction · 0.70

Tested by

no test coverage detected