12345678910
#include <iostream> #include "Node.h" #include "LinkedList.h" int main() { LinkedList<T> myList(); myList.run(); return(0); }
#include <iostream> #include "Node.h" #include "LinkedList.h" int main() { LinkedList<int> myList; myList.run(); return(0); }