src/main.cc
author terom
Tue, 18 Nov 2008 22:52:00 +0000
changeset 67 cd47406d4cc2
parent 0 c8174cf25e06
permissions -rw-r--r--
add missing Network.cc
#include "config.h"
#include <iostream>

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