mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
6 lines
80 B
Brainfuck
6 lines
80 B
Brainfuck
scale = 30
|
|
for (a=0; a<5; a=a+2) {
|
|
for (b=0; b<100; b=b+10) x=j(a,b)
|
|
}
|
|
x
|
|
quit
|