/*--------------------------------------------------
 header file for function play_around
   created by smtuttle at Thu Oct 27 13:41:22 PDT 2016
--------------------------------------------------*/
#ifndef play_around_H
#define play_around_H

#include <string>
using namespace std;

int play_around(int quant);

#endif