// main.cc #include using namespace std; #include "my_functions.h" int main(int argc, char* argv[]) { PrintHello(); return 0; }