This version has a nasty bug in collision detection. We'll get rid of it by making the collision detection to return te point
of collision.
#include "config.h"
#include <iostream>
int main() {
std::cout << "Hello from " PROJECT_LONG_NAME " " PROJECT_VERSION << std::endl;
}