Rev 53 | Rev 55 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
// Written by Ira Snyderimport java.io.*;class Driver {public static void main ( String [] args ) throws Exception {Test test = new Test();test.runTest1();}}