mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 08:22:27 +01: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
|