Subversion Repositories distributed

Rev

Rev 14 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 32
Line 1... Line 1...
1
package de.viathinksoft.immortable.gen2;
1
package de.viathinksoft.immortal.gen2;
2
 
2
 
3
import java.io.IOException;
3
import java.io.IOException;
4
import java.math.BigInteger;
4
import java.math.BigInteger;
5
 
5
 
6
 
6
 
-
 
7
 
7
public class Gen2Test {
8
public class Gen2Test {
8
 
9
 
9
        public static void main(String[] args) throws IOException {
10
        public static void main(String[] args) throws IOException {
10
                String val = "" + Integer.MAX_VALUE;
11
                String val = "" + Integer.MAX_VALUE;
11
                ImmortableWriter.writeImmortable(ImmortableBase.M5,
12
                ImmortalWriter.writeImmortable(ImmortalBase.M5,
12
                                new BigInteger(val), "gen2_m5_" + val + ".txt", true);
13
                                new BigInteger(val), "gen2_m5_" + val + ".txt", true);
13
        }
14
        }
14
 
15
 
15
}
16
}