ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/ccscs20/UnitTest.cpp
Revision: 1
Committed: 2004-05-12T23:36:53-07:00 (21 years, 1 month ago) by Douglas Thrift
File size: 157 byte(s)
Log Message:
w00t!

File Contents

# Content
1 // Unit Test
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #include "DoublyLinkedList.hpp"
8
9 int main(int argc, char* argv[])
10 {
11 DoublyLinkedList<int> list;
12
13 return 0;
14 }