1
0
forked from blue/mlc
mlc/help.cpp
2023-07-15 21:15:31 -03:00

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;
}