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