/*--------------------------------------------------
 header file for function silly_length
   created by st10 at Tue Oct 25 14:00:20 PDT 2016
--------------------------------------------------*/
#ifndef silly_length_H
#define silly_length_H

#include <string>
using namespace std;

int silly_length(string a_string);

#endif