src/main.cc
author saiam
Tue, 18 Nov 2008 18:29:05 +0000
changeset 48 fa1da22db8a0
parent 0 c8174cf25e06
permissions -rw-r--r--
It looks like physics could now work, but I doubt it...
#include "config.h"
#include <iostream>

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