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