src/main.cc
author saiam
Sun, 30 Nov 2008 00:36:24 +0000
changeset 140 b264b39224e5
parent 0 c8174cf25e06
permissions -rw-r--r--
Added some notes
#include "config.h"
#include <iostream>

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