Executable library: Difference between revisions

→‎{{header|Limbo}}: I skipped a zero. :P
(→‎{{header|Limbo}}: Add code tags.)
(→‎{{header|Limbo}}: I skipped a zero. :P)
Line 628:
 
counts := array[352] of { * => 0 };
for(i := 1; i < 10000100000; i++) {
counts[len lib->hailstone(big i)]++;
}
Line 659:
hailstone(77031) has length 351
Running execsexeclib.dis
The most common sequence length is 5372 (encountered 1901467 times)
</pre>
 
32

edits