aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/gnunet-service-consensus.cc
blob: d5e829e513223f493e84a0176baf434b6fef52f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <cstdio>
#include <iostream>

using namespace std;

int main ()
{
  cout << "Hello world" << endl;
  return 0;
}