mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05: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
|
|
|