Documenting more, cleaning variables. This code needs some serious
rewriting. (And we havent too many features either)
#include "config.h"
#include <iostream>
int main() {
std::cout << "Hello from " PROJECT_LONG_NAME " " PROJECT_VERSION << std::endl;
}