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

Function main

Exercises/NoModules/Appendix A/SolnA_05/SolnA_05.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("Happiness can be found even in the darkest of times, ");
9 print_that("if one only remembers to turn on the light.");
10 // -- Albus Dumbledore
11}

Callers

nothing calls this directly

Calls 2

print_thisFunction · 0.70
print_thatFunction · 0.70

Tested by

no test coverage detected