freebsd_amp_hwpstate/contrib/bc/Test/raise.b

4 lines
39 B
Brainfuck

for (i=0; i<1000; i++) a = 2^i;
a
quit