freebsd_amp_hwpstate/contrib/bc/Test/mul.b

8 lines
76 B
Brainfuck

scale = 20
for (i=0; i<1000; i++) {
for (j=1; j<100; j++) b=i*j
}
b
quit