mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
7 lines
80 B
Brainfuck
7 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
|