src/main.cc
author saiam
Fri, 28 Nov 2008 14:28:17 +0000
changeset 119 7dceed9a7f93
parent 0 c8174cf25e06
permissions -rw-r--r--
Ok, ei t?t?.
#include "config.h"
#include <iostream>

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