Subversion Repositories distributed

Rev

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

Rev Author Line No. Line
14 daniel-mar 1
package de.viathinksoft.immortable.genX;
2
 
3
public class MainUnit {
4
 
5
        public static void main(String[] args) throws Exception {
6
                ImmortIterator x = new ImmortIterator("data.txt");
7
                x.calcIterate(-1);
8
        }
9
 
10
}