#include "header.h" #include using std::cout; using std::endl; int main(int argc, char *argv[], char *envp[]) { cout << hello() << endl; return 0; }