home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-06-07 | 311 b | 20 lines | [TEXT/CWIE] |
- #include "Solution.h"
-
- #include "ProblemUtils.h"
-
- #include <stdio.h>
- #include <Files.h>
- #include <Errors.h>
-
- pascal OSErr CheckHowerOfTanoi( const FSSpec* infile, const FSSpec* outfile, Boolean *correct );
-
- int main()
- {
- printf( "Starting\n" );
-
- ProblemRunSingleFileTests( CheckHowerOfTanoi );
-
- return 0;
- }
-
-