00001 //Tester.cpp 00002 //To use in testing classes 00003 #include "Cell.h" 00004 00005 int main(void) 00006 { 00007 CCell myCell; 00008 myCell.Run(); 00009 return 0; 00010 }