src/main.cc
author nireco
Fri, 28 Nov 2008 10:57:10 +0000
changeset 110 a3dd8691f13a
parent 0 c8174cf25e06
permissions -rw-r--r--
and getNormal works finally
#include "config.h"
#include <iostream>

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