Subversion Repositories distributed

Compare Revisions

No changes between revisions

Regard whitespace Rev 7 → Rev 8

/ViaThinkSoft Distributed/src/de/viathinksoft/immortable/gen2/M5_MAX_INT.java
File deleted
Property changes:
Deleted: svn:mime-type
-text/plain
\ No newline at end of property
/ViaThinkSoft Distributed/src/de/viathinksoft/immortable/gen2/Gen2Test.java
0,0 → 1,16
package de.viathinksoft.immortable.gen2;
 
import java.io.IOException;
import java.math.BigInteger;
 
import de.viathinksoft.immortable.gen2.math.ImmortableBase;
 
public class Gen2Test {
 
public static void main(String[] args) throws IOException {
String val = "" + Integer.MAX_VALUE;
ImmortableWriter.writeImmortable(ImmortableBase.M5,
new BigInteger(val), "gen2_m5_" + val + ".txt", true);
}
 
}
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property