src/main.cc
changeset 0 c8174cf25e06
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main.cc	Sat Oct 25 09:07:17 2008 +0000
@@ -0,0 +1,7 @@
+#include "config.h"
+#include <iostream>
+
+int main() {
+	std::cout << "Hello from " PROJECT_LONG_NAME " " PROJECT_VERSION << std::endl;
+}
+