#include "Parenth.hpp"
Go to the source code of this file.
Definition at line 31 of file main.cpp.
00032 { 00033 00034 Parenth* p = new Parenth(); 00035 00036 int x = 0; 00037 00038 x = p->read( "parenth.dat" ); 00039 00040 delete p; 00041 00042 return x; // Return ErrorLevel Code, if an error occured. 00043 }