Subversion Repositories programming

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
41 irasnyd 1
// Written by Ira Snyder
2
//
3
import java.io.*;
4
 
5
class Blank {
6
 
7
    public static void main ( String [] args ) throws Exception {
8
 
9
    }
10
 
11
}
12