//**************************************************************
//
//  CS 240B   Winter Quarter 2003 Ohio University Travis Dillon
//  Proj2   : Array Workshop
//  file    : prog2.cc  
//  started : 01-16-03
//
//**************************************************************

#include "search_sort.h"
#include "prog2.h"
#include "menu_print.h"
#include "fill.h"

int main()
{
   main_menu();
   cout <<"\nhello from array workshop.\n\n";
   return 0;
}