[package] [Java implementation] [Execution output]


BigIntegersTest


import church.math.BigIntegers;

void: main(String[]: args) = {
    i1 = bigInteger(1000);
    i2 = i1 * i1;
    i3 = i2 * i2;
    i4 = i3 * i3;
    i5 = i4 * i4;
    output << i5 << "\n";
}