Subversion Repositories distributed

Rev

Rev 8 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 14
Line 1... Line 1...
1
package de.viathinksoft.immortable.gen2;
1
package de.viathinksoft.immortable.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
import de.viathinksoft.immortable.gen2.math.ImmortableBase;
-
 
7
 
6
 
8
public class Gen2Test {
7
public class Gen2Test {
9
 
8
 
10
        public static void main(String[] args) throws IOException {
9
        public static void main(String[] args) throws IOException {
11
                String val = "" + Integer.MAX_VALUE;
10
                String val = "" + Integer.MAX_VALUE;