//This program tests various operation of a linked list

#include <iostream>
#include "linkedList.h"

using namespace std;

int main()
{
	cout<<"Create your own main program."<<endl;
}


