mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
8 lines
82 B
Brainfuck
8 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
|
|
|