/*************************************************************
 * Put your file header here.
*************************************************************/

#include "TradQueue.h"
#include <iostream>
#include <ctime>
using namespace std;

/**************************************************
 * Midshipman
 **************************************************/
// place code for Midshipman class here (from part 3)


// Part 3 Extra Credit


/**************************************************
 * Barber
 **************************************************/
// place code for Barber class here (from part 4)


/**************************************************
 * MAIN
 **************************************************/
int main() {
  // your main driver code goes here
  return 0;
}
