-starting build system for consensus
[oweals/gnunet.git] / src / consensus / gnunet-service-consensus.cc
1 #include <cstdio>
2 #include <iostream>
3
4 using namespace std;
5
6 int main ()
7 {
8   cout << "Hello world" << endl;
9   return 0;
10 }