// Unit Test // // Douglas Thrift // // $Id$ #include "DoublyLinkedList.hpp" int main(int argc, char* argv[]) { DoublyLinkedList list; return 0; }