mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
6 lines
89 B
Brainfuck
6 lines
89 B
Brainfuck
scale = 50
|
|
for (a=0; a<=100; a += 20) {
|
|
for (b=0; b<=300; b += 20) x=j(a,b)
|
|
x
|
|
}
|
|
quit
|