Subversion Repositories programming

Rev

Blame | Last modification | View Log | RSS feed

/* Copyright: Ira W. Snyder
 * Start Date: 
 * End Date: 
 * License: 
 *
 * Changelog Follows:
 *
 */

import java.io.*;

class CLASS_NAME_HERE
{
    public static void main (String[] args) throws Exception
    {
        return 0;
    }
}