1
0
forked from blue/mlc
mlc/help.cpp

8 lines
156 B
C++
Raw Normal View History

2023-07-16 00:15:31 +00:00
#include "help.h"
#include "iostream"
void printHelp() {
std::cout << "Sorry, there is no help yet. It will arrive one day... I hope" << std::endl;
}