#include #include "help.h" int main(int argc, char** args) { helpMe(); std::cout << "hello world" << std::endl; return 0; }