mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
8 lines
76 B
Brainfuck
8 lines
76 B
Brainfuck
|
|
scale = 20
|
||
|
|
for (i=0; i<1000; i++) {
|
||
|
|
for (j=1; j<100; j++) b=i*j
|
||
|
|
}
|
||
|
|
b
|
||
|
|
quit
|
||
|
|
|