
#include "poker.h"

void init() {
  return;
}

int betting(int prev,int card) {
  return 1;
}

