#include <iostream>
#include <string>
#include <sstream>
#include "hex.h"

//constructor

Hex::~Hex() //destructor
{
}