src/main.cc
author saiam
Fri, 28 Nov 2008 15:27:51 +0000
changeset 122 16a73ebca810
parent 0 c8174cf25e06
permissions -rw-r--r--
No warnings anymore, but well have to think about that applyForce
#include "config.h"
#include <iostream>

int main() {
	std::cout << "Hello from " PROJECT_LONG_NAME " " PROJECT_VERSION << std::endl;
}