freebsd_amp_hwpstate/contrib/bc/Test/div.b

9 lines
82 B
Brainfuck

scale = 20
a=2/3
for (i=0; i<1000; i++) {
for (j=1; j<100; j++) b=a/j
}
b
quit