| 4 | #include "PrintThat.h" |
| 5 | |
| 6 | int 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 | } |
nothing calls this directly
no test coverage detected