8 lines
156 B
C++
8 lines
156 B
C++
#include "help.h"
|
|
|
|
#include "iostream"
|
|
|
|
void printHelp() {
|
|
std::cout << "Sorry, there is no help yet. It will arrive one day... I hope" << std::endl;
|
|
}
|