NetBSD/gnu/usr.bin/bc-1.02/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