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