/* * testGraph.cpp * * (c) 2004 Daniel Jackson. * CIS 11 Data Structures & Algorithms * */ #include "graphShell.h" #include <string> using namespace std; int main () { graphShell<string> test; return EXIT_SUCCESS; }